askyn_confirm | R Documentation |
A function to ask a yes/no question and return Y/N after confirming
askyn_confirm(question, default = TRUE)
question |
input Yes / No question |
default |
Optionally set the default response value |
Y/y or N/n
## Not run:
ask_yn_confirm("Do you like coding?")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.