R/pass.R

Defines functions get_pass

get_pass <- function(prompt = "Password: ") {
  askpass::askpass(prompt = prompt)
}

Try the keyring package in your browser

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

keyring documentation built on May 29, 2024, 12:03 p.m.