R/getPass-package.r

#' getPass
#'
#' A micro-package for reading "passwords", i.e.  reading
#' user input with masking.  The package's only exported function,
#' \code{getPass()}, behaves similarly to R's own \code{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.
#' 
#' @references Project URL: \url{https://github.com/wrathematics/getPass}
#' @author Drew Schmidt and Wei-Chen Chen
#' 
#' @name getPass-package
#' 
#' @useDynLib getPass getPass_readline_masked
#'
#' @docType package
#' @keywords package
NULL

Try the getPass package in your browser

Any scripts or data that you put into this service are public.

getPass documentation built on May 1, 2019, 10:15 p.m.