View source: R/setup_project.R
ask_yes_no | R Documentation |
Function to ask a simple yes no question
ask_yes_no(msg, default = TRUE, prompts = c("Yes", "No", "Cancel"), ...)
msg |
The prompt message for the user. |
default |
The default response. |
prompts |
Any of: a character vector containing 3 prompts corresponding to
return values of |
... |
Additional parameters, ignored by the default function. |
Other utils:
author2df()
,
bookdown_zenodo()
,
c_sort()
,
create_hexsticker()
,
execshell()
,
menu_first()
,
orcid2person()
,
store_authors()
,
use_author()
,
validate_email()
,
validate_orcid()
,
yesno()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.