Learn R Programming

tabxplor (version 1.1.0)

tab_cast: 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 tabxplor_tab.tabxplor_tab vec_ptype2(x, y, ...)

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

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

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

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

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

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

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

# S3 method for 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 tabxplor_grouped_tab.tabxplor_grouped_tab vec_ptype2(x, y, ...)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

# S3 method for 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_grouped_tab.

Methods (by generic)

  • vec_ptype2: find common ptype between tabxplor_tab and tabxplor_tab

  • vec_cast: convert tabxplor_tab to tabxplor_tab

  • vec_ptype2: find common ptype between tbl_df and tabxplor_tab

  • vec_cast: convert tbl_df to tabxplor_tab

  • vec_cast: convert tabxplor_tab to tbl_df

  • vec_ptype2: find common ptype between tabxplor_tab and data.frame

  • vec_ptype2: find common ptype between data.frame and tabxplor_tab

  • vec_cast: convert data.frame to tabxplor_tab

  • vec_cast: convert tabxplor_tab to data.frame

  • vec_ptype2: find common ptype between tabxplor_grouped_tab and tabxplor_grouped_tab

  • vec_cast: convert tabxplor_grouped_tab to tabxplor_grouped_tab

  • vec_ptype2: find common ptype between tabxplor_grouped_tab and grouped_df

  • vec_ptype2: find common ptype between grouped_df and tabxplor_grouped_tab

  • vec_cast: convert grouped_df to tabxplor_grouped_tab

  • vec_cast: convert tabxplor_grouped_tab to grouped_df

  • vec_ptype2: find common ptype between tabxplor_grouped_tab and tabxplor_tab

  • vec_ptype2: find common ptype between tabxplor_tab and tabxplor_grouped_tab

  • vec_cast: convert tabxplor_tab to tabxplor_grouped_tab

  • vec_cast: convert tabxplor_grouped_tab to tabxplor_tab

  • vec_ptype2: find common ptype between tabxplor_grouped_tab and tbl_df

  • vec_ptype2: find common ptype between tbl_df and tabxplor_grouped_tab

  • vec_cast: convert tbl_df to tabxplor_grouped_tab

  • vec_cast: convert tabxplor_grouped_tab to tbl_df

  • vec_ptype2: find common ptype between tabxplor_grouped_tab and data.frame

  • vec_ptype2: find common ptype between data.frame and tabxplor_grouped_tab

  • vec_cast: convert data.frame to tabxplor_grouped_tab

  • vec_cast: convert tabxplor_grouped_tab to data.frame