set_env_pass: Create an obscured password to keep in as an environment...

Description Usage Arguments Details

Description

This function allows you to enter your password, and then stores a slightly obscured version as an environment variable

Usage

1
set_env_pass(passname)

Arguments

passname

the name of the password (and therefore environment variable) to be stored as an R environment variable.

Details

Since passwords are annoying to enter, and you also don't want them stored as-is, even in an environment variable file, you can at least mask it a little bit. These will be saved in a place that only R uses, so if you use python you'll have to do that separately.


brascoball/hattyr documentation built on May 13, 2019, 2:30 a.m.