set_count_1k {surveytable} | R Documentation |
Rounding counts
Description
Determines how counts should be rounded.
Usage
set_count_1k()
set_count_int()
Details
-
set_count_1k()
: round counts to the nearest 1,000. -
set_count_int()
: round counts to the nearest integer.
Value
(Nothing.)
See Also
Other options:
set_output()
,
set_survey()
,
show_options()
,
surveytable-options
Examples
set_survey(namcs2019sv)
set_count_int()
total()
set_count_1k()
total()
[Package surveytable version 0.9.4 Index]