print.Mashed_table {tatoo} | R Documentation |
Printing Mashed Tables
Description
Printing Mashed Tables
Usage
## 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"),
...
)
Arguments
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 |
Value
x
(invisibly)
[Package tatoo version 1.1.2 Index]