R/promptit.R
prompt_confirm.Rd
Yes/No confirmation
prompt_confirm(message, value = NULL, default = TRUE)
Question to ask
Current value - if not NULL, returns it without prompting
Default choice (TRUE for yes, FALSE for no)
Logical TRUE or FALSE