Learn R Programming

artma (version 0.3.3)

autonomy.is_set: Check if Autonomy Level is Set

Description

Check if the autonomy level has been configured.

Usage

autonomy.is_set()

Arguments

Value

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

Examples

Run this code
if (FALSE) {
if (!autonomy.is_set()) {
  message("Autonomy level not configured")
}
}

Run the code above in your browser using DataLab