yes_no {fuj} | R Documentation |
Yes-no prompt
Description
Prompts the user to make a yes/no selection
Usage
yes_no(..., na = NULL, n_yes = 1, n_no = 2, noninteractive_error = TRUE)
Arguments
... |
text to display |
na |
Text for an NA response. When NULL, will not provide a possible NA response. When |
n_yes , n_no |
The number of yes/no selections |
noninteractive_error |
While |
[Package fuj version 0.2.2 Index]