print.surveytable_table {surveytable} | R Documentation |
Print surveytable tables
Description
Print surveytable tables
Usage
## S3 method for class 'surveytable_table'
print(x, .output = NULL, ...)
## S3 method for class 'surveytable_list'
print(x, ...)
Arguments
x |
an object of class |
.output |
output type. |
... |
ignored |
Value
x
invisibly.
Examples
set_survey(namcs2019sv)
table1 = tab("AGER")
print(table1)
table_many = tab("MDDO", "SPECCAT", "MSA")
print(table_many)
[Package surveytable version 0.9.4 Index]