scto_quiet {rsurveycto} | R Documentation |
Suppress or permit messages from rsurveycto
Description
By default, rsurveycto prints messages to the console. To suppress them, set
the rsurveycto_quiet
option to TRUE
or use this function.
Usage
scto_quiet(quiet = NULL)
Arguments
quiet |
A logical indicating whether to suppress messages, or |
Value
If quiet
is NULL
, the current value of the rsurveycto_quiet
option. Otherwise, the previous value of the rsurveycto_quiet
option
invisibly.
Examples
options(rsurveycto_quiet = TRUE)
scto_quiet()
scto_quiet(FALSE)
[Package rsurveycto version 0.1.6 Index]