powered by
By default, rsurveycto prints messages to the console. To suppress them, set the rsurveycto_quiet option to TRUE or use this function.
rsurveycto_quiet
TRUE
scto_quiet(quiet = NULL)
If quiet is NULL, the current value of the rsurveycto_quiet
quiet
NULL
option. Otherwise, the previous value of the rsurveycto_quiet option invisibly.
A logical indicating whether to suppress messages, or NULL.
options(rsurveycto_quiet = TRUE) scto_quiet() scto_quiet(FALSE)
Run the code above in your browser using DataLab