getcredentials: getcredentials Function

Description Usage Arguments Examples

Description

This function allows you to access credentials stored in a csv file of your chosing. The benefit is that you can store your credentials in a separate location from your code. The function returns a dataframe if successful, or FALSE if not.

Usage

1
2
getcredentials(system = NA, filepathname = "~/credentials/credentials.csv",
  quiet = FALSE)

Arguments

system

Name of the desired system for which you'd like to retrieve the credentials. No default.

filepathname

Concatenated file and path name to the CSV. Defaults to "~/credentials/credentials.csv"

quiet

If TRUE suppresses output from this function. Defaults to FALSE.

Examples

1
getcredentials(system="masterdatabase", filepathname="C:/lockbox/passwords.txt")

KonoAnalytics/KonostdlibR documentation built on May 8, 2019, 5:47 p.m.