Function to import credentials in stored csv to study config.yml

initConfigUsingTable(
  credFile = fs::path_home("shhh.csv"),
  projectPath = here::here(),
  open = TRUE
)

Arguments

credFile

a credential.csv file stored in a secure location

projectPath

the path to the project

open

toggle on whether the file should be opened