Skip to contents

Check if the autonomy level has been configured.

Usage

autonomy_is_set()

Value

[logical] TRUE if the autonomy level is set, FALSE otherwise.

Examples

if (FALSE) { # \dontrun{
if (!autonomy_is_set()) {
  message("Autonomy level not configured")
}
} # }