askme: Password Prompt Utility

View source: R/utility.R

askmeR Documentation

Password Prompt Utility

Description

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

Usage

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

Arguments

prompt

the string printed when prompting the user for input.

Value

a character string

See Also

askpass

Examples

password <- askme()

CDCgov/Rnssp documentation built on May 12, 2024, 1:32 a.m.