Learn R Programming

artma (version 0.3.3)

autonomy.get: Get Autonomy Level

Description

Get the current autonomy level. Autonomy controls how much user interaction is required during analysis. Higher levels mean less user interaction and more automatic decision-making.

Usage

autonomy.get()

Arguments

Value

[integer or NULL] The current autonomy level (1-5), or NULL if not set.

Examples

Run this code
if (FALSE) {
# Get current autonomy level
level <- autonomy.get()
print(level)
}

Run the code above in your browser using DataLab