input_yes_no_again_exit | R Documentation |
input_yes_no_again_exit( title = character(), value = valid::valid_yes_no_again_exit("yes"), force = FALSE )
title |
(character) Optional title before presenting the input
choices. Currently not "compatible as desired" between cli and
select.list and thus set to |
value |
[character] Value for non-interactive situations |
force |
[logical] Force usage of value yes/no |
## Not run: input_yes_no_again_exit() input_yes_no_again_exit(force = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.