This function asks in an interactive question a binary question.
user_confirm(question = "Question?", default = FALSE)
question
A character, the binary question to ask. It should end with a question mark.
character
default
Either TRUE or FALSE (default), the default decision.
TRUE
FALSE
Either TRUE or FALSE.