askpass {openssl} | R Documentation |
Function to prompt the user for a password to read a protected private key.
Frontends can provide a custom password entry widget by setting the askpass
option. If no such option is specified we default to readline
.
askpass(prompt = "Please enter your password: ")
prompt |
the string printed when prompting the user for input. |