age_of_AI <- TRUE
Hugo <- function(
thinking = TRUE,
learning = TRUE,
developing = TRUE) {
if(all(c(thinking, learning, developing))) {
for(human in length(age_of_AI)) {
return("A human in the loop")
}
}
}
Hugo()[1] "A human in the loop"