This function asks in an interactive question a binary question.
user_confirm(question = "Question?", default = FALSE)
Either TRUE
or FALSE
.
[character(1)
]
The binary question to ask. It should end with a question mark.
[logical(1)
]
The default decision.
Other package helpers:
Dictionary
,
Storage
,
identical_structure()
,
input_check_response()
,
match_arg()
,
package_logo()
,
print_data.frame()
,
print_matrix()
,
system_information()
,
unexpected_error()