Prompt the user for a password. This function is a wrapper for the askpass function.

askme(prompt = "Please enter your password: ")

Arguments

prompt

the string printed when prompting the user for input.

Value

a character string

See also

Examples

password <- askme()