setup_creds.Rd
Adds entries to your .Renviron
file for uid, password, and driver.
setup_creds()
the path to the .Renviron file, invisibly. This function is called for its side-effects
Running setup_creds()
will check for your .Revniron file, create it if
is missing, and add the environment files necessary for ideadata to function.
Not that if the .Renviron
file is empty, the script will delete it and create a new .Renviron
file before populating with the uid, pwd, and driver variables.
if (FALSE) setup_creds()