R/utility.R
askme.Rd
Prompt the user for a password. This function is a wrapper for the getPass function.
getPass
askme(prompt = "Please enter your password: ")
a character string
password <- askme()