print.Mashed_table | R Documentation |
Printing Mashed Tables
## S3 method for class 'Mashed_table'
print(
x,
mash_method = attr(x, "mash_method"),
insert_blank_row = attr(x, "insert_blank_row"),
id_vars = attr(x, "id_vars"),
...
)
x |
a Mashed_table |
mash_method |
either |
insert_blank_row |
Only if mashing rows: logical. Whether to insert blank rows between mash-groups. Warning: this converts all columns to character. Use with care. |
id_vars |
Only if mashing columns: one ore more colnames of the tables
to be mashed. If supplied, columns of both input tables are combined with
|
... |
passed on to |
x
(invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.