getPass-package {getPass} | R Documentation |
getPass
Description
A micro-package for reading "passwords", i.e. reading
user input with masking. The package's only exported function,
getPass()
, behaves similarly to R's own readline()
, only
the user text is not printed as it is typed. Currently we have support
for RStudio, the command line (every OS), and any platform where tcltk
is present.
Author(s)
Drew Schmidt and Wei-Chen Chen
References
Project URL: https://github.com/wrathematics/getPass
[Package getPass version 0.2-4 Index]