Check if the autonomy level has been configured.
Examples
if (FALSE) { # \dontrun{
if (!autonomy_is_set()) {
message("Autonomy level not configured")
}
} # }
Check if the autonomy level has been configured.
if (FALSE) { # \dontrun{
if (!autonomy_is_set()) {
message("Autonomy level not configured")
}
} # }