as_Mashed_table {tatoo}R Documentation

Coerce to Mashed Table

Description

Coerce to Mashed Table

Usage

as_Mashed_table(x, ...)

is_Mashed_table(x, ...)

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.

Value

as_Mashed_table() returns a Mashed_table

is_Mashed_table returns TRUE if its argument is a Mashed_table and FALSE otherwise.


[Package tatoo version 1.1.2 Index]