powered by
Check if the package is running in fully autonomous mode (level 5).
autonomy.is_full()
[logical] TRUE if fully autonomous, FALSE otherwise.
if (FALSE) { if (autonomy.is_full()) { message("Running in fully autonomous mode") } }
Run the code above in your browser using DataLab