Learn R Programming

rsurveycto (version 0.2.2)

scto_quiet: 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)

Value

If quiet is NULL, the current value of the rsurveycto_quiet

option. Otherwise, the previous value of the rsurveycto_quiet option invisibly.

Arguments

quiet

A logical indicating whether to suppress messages, or NULL.

Examples

Run this code
options(rsurveycto_quiet = TRUE)
scto_quiet()
scto_quiet(FALSE)

Run the code above in your browser using DataLab