tab_cast {tabxplor}R Documentation

Coercion between two tab

Description

Coercion between two tab

Usage

tab_cast(x, to, ..., x_arg = "", to_arg = "")

tab_ptype2(x, y, ..., x_arg = "", y_arg = "")

## S3 method for class 'tabxplor_tab.tabxplor_tab'
vec_ptype2(x, y, ...)

## S3 method for class 'tabxplor_tab.tabxplor_tab'
vec_cast(x, to, ...)

## S3 method for class 'tabxplor_tab.tbl_df'
vec_ptype2(x, y, ...)

## S3 method for class 'tbl_df.tabxplor_tab'
vec_ptype2(x, y, ...)

## S3 method for class 'tabxplor_tab.tbl_df'
vec_cast(x, to, ...)

## S3 method for class 'tbl_df.tabxplor_tab'
vec_cast(x, to, ...)

## S3 method for class 'tabxplor_tab.data.frame'
vec_ptype2(x, y, ...)

## S3 method for class 'data.frame.tabxplor_tab'
vec_ptype2(x, y, ...)

## S3 method for class 'tabxplor_tab.data.frame'
vec_cast(x, to, ...)

## S3 method for class 'data.frame.tabxplor_tab'
vec_cast(x, to, ...)

gtab_cast(x, to, ..., x_arg = "", to_arg = "")

gtab_ptype2(x, y, ..., x_arg = "", y_arg = "")

## S3 method for class 'tabxplor_grouped_tab.tabxplor_grouped_tab'
vec_ptype2(x, y, ...)

## S3 method for class 'tabxplor_grouped_tab.tabxplor_grouped_tab'
vec_cast(x, to, ...)

## S3 method for class 'tabxplor_grouped_tab.grouped_df'
vec_ptype2(x, y, ...)

## S3 method for class 'grouped_df.tabxplor_grouped_tab'
vec_ptype2(x, y, ...)

## S3 method for class 'tabxplor_grouped_tab.grouped_df'
vec_cast(x, to, ...)

## S3 method for class 'grouped_df.tabxplor_grouped_tab'
vec_cast(x, to, ...)

## S3 method for class 'tabxplor_grouped_tab.tabxplor_tab'
vec_ptype2(x, y, ...)

## S3 method for class 'tabxplor_tab.tabxplor_grouped_tab'
vec_ptype2(x, y, ...)

## S3 method for class 'tabxplor_grouped_tab.tabxplor_tab'
vec_cast(x, to, ...)

## S3 method for class 'tabxplor_tab.tabxplor_grouped_tab'
vec_cast(x, to, ...)

## S3 method for class 'tabxplor_grouped_tab.tbl_df'
vec_ptype2(x, y, ...)

## S3 method for class 'tbl_df.tabxplor_grouped_tab'
vec_ptype2(x, y, ...)

## S3 method for class 'tabxplor_grouped_tab.tbl_df'
vec_cast(x, to, ...)

## S3 method for class 'tbl_df.tabxplor_grouped_tab'
vec_cast(x, to, ...)

## S3 method for class 'tabxplor_grouped_tab.data.frame'
vec_ptype2(x, y, ...)

## S3 method for class 'data.frame.tabxplor_grouped_tab'
vec_ptype2(x, y, ...)

## S3 method for class 'tabxplor_grouped_tab.data.frame'
vec_cast(x, to, ...)

## S3 method for class 'data.frame.tabxplor_grouped_tab'
vec_cast(x, to, ...)

Arguments

x, y, to

Subclasses of data frame.

...

For future extensions.

x_arg

Argument names for x and y. These are used in error messages to inform the user about the locations of incompatible types.

to_arg

Argument names for x and to. These are used in error messages to inform the user about the locations of incompatible types.

y_arg

Argument names for x and y. These are used in error messages to inform the user about the locations of incompatible types.

Value

A tibble of class tabxplor_tab.

A tibble of class tabxplor_tab.

A tibble of class tabxplor_tab.

A tibble of class tabxplor_tab.

A tibble of class tabxplor_tab.

A tibble.

A tibble of class tabxplor_tab.

A tibble.

A tibble of class tabxplor_tab.

A data.frame.

A tibble of class tabxplor_tab.

A data.frame.

An object of class tabxplor_grouped_tab.

An object of class tabxplor_grouped_tab.

An object of class tabxplor_grouped_tab.

An object of class grouped_df.

An object of class tabxplor_grouped_tab.

An object of class grouped_df.

An object of class tabxplor_grouped_tab.

An object of class tabxplor_tab.

An object of class tabxplor_grouped_tab.

An object of class tabxplor_tab.

An object of class tabxplor_grouped_tab.

An object of class tbl_df.

An object of class tabxplor_grouped_tab.

An object of class tbl_df.

An object of class tabxplor_grouped_tab.

An data.frame.

An object of class tabxplor_grouped_tab.

An data.frame.

Functions


[Package tabxplor version 1.2.0 Index]