Prompt the user for a password. This function is a wrapper for the askpass
function.
askme(prompt = "Please enter your password: ")
prompt | the string printed when prompting the user for input. |
---|
a character string
password <- askme()