user_confirm {oeli} | R Documentation |
User confirmation
Description
This function asks in an interactive question a binary question.
Usage
user_confirm(question = "Question?", default = FALSE)
Arguments
question |
[ |
default |
[ |
Value
Either TRUE
or FALSE
.
See Also
Other package helpers:
Dictionary
,
Storage
,
check_missing()
,
find_namespace_calls()
,
identical_structure()
,
input_check_response()
,
match_arg()
,
package_logo()
,
print_data.frame()
,
print_matrix()
,
system_information()
,
unexpected_error()
[Package oeli version 0.7.3 Index]