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 |
A |
default |
Either |
Value
Either TRUE
or FALSE
.
[Package oeli version 0.5.2 Index]