ask | R Documentation |
A function to ask a yes/no question and return TRUE/FALSE
ask(question, default = TRUE)
question |
input Yes / No question |
default |
Optionally set the default response value |
boolean response from Yes / No
## Not run:
ask("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.