Learn R Programming

tatoo (version 1.1.2)

as_Mashed_table: Coerce to Mashed Table

Description

Coerce to Mashed Table

Usage

as_Mashed_table(x, ...)

is_Mashed_table(x, ...)

Value

as_Mashed_table() returns a Mashed_table

is_Mashed_table returns TRUE if its argument is a Mashed_table

and FALSE otherwise.

Arguments

x

Any R object.

...

mash_table() only: data.frames with the same row and column count. Elements of (...) can be named, but the name must differ from the argument names of this function.