askForString {fame} | R Documentation |
Prompt the user for a password or a string. These functions interact with the user differently depending on the environment in which R is running.
askForString(prompt = "?", default = "") askForPassword(prompt = "Password")
prompt |
Prompt to show when asking for user input |
default |
String shown as initial answer in dialog box or Emacs minibuffer, if either is available |
The password or string entered.
Jeff Hallman