Function to create a config.yml file

makeKeyringSetup(
  database = NULL,
  configBlock = NULL,
  secret = NULL,
  projectPath = here::here(),
  open = TRUE
)

Arguments

database

the name of the database for the project, can be NULL

configBlock

the name of the configBlock to use, can be NULL

secret

a keyword to use as the keyring password to access credentials, if NULL password is ulysses

projectPath

the path to the project

open

toggle on whether the file should be opened