By default, rsurveycto prints messages to the console. To suppress them, set
the rsurveycto_quiet option to TRUE or use this function.
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()
#> [1] TRUE
scto_quiet(FALSE)