construct_rcreds_file_full_path: Construct Rcreds File Full Path

Description Usage Arguments Value

View source: R/construct_rcreds_file_full_path.R

Description

Takes parts of a file name, info, and folder and creates a full path

Usage

1
2
3
construct_rcreds_file_full_path(file_name = getOption("rcreds.file_name",
  default = ".credentials.creds"), folder = get_default_rcreds_folder(DB =
  DB), info.file_name = "", DB = FALSE)

Arguments

file_name

string, cannot be empty Filename with extension. Default is '.credentials.creds'

folder

string, cannot be empty Where file will be stored

info.file_name

string, can be empty. Prepended to file_name.

DB

TRUE/FALSE flag. Is the folder for the db credentials functions?

Defaults to: FALSE

Value

The full file path


rcreds documentation built on May 2, 2019, 9:25 a.m.