print.surveytable_table {surveytable} | R Documentation |
Print surveytable tables
## S3 method for class 'surveytable_table'
print(x, .output = NULL, ...)
## S3 method for class 'surveytable_list'
print(x, ...)
x |
an object of class |
.output |
output type. |
... |
ignored |
x
invisibly.
set_survey(namcs2019sv)
table1 = tab("AGER")
print(table1)
table_many = tab("MDDO", "SPECCAT", "MSA")
print(table_many)