View source: R/BF_management.R
| ask_yes_no | R Documentation |
This function prompts the user to answer a yes/no question.
ask_yes_no(prompt = "Do you want to continue? (Y/N): ")
prompt |
A character string specifying the question to ask. |
A character string "Y" or "N" based on the user's response.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.