makeKeyringSetup.Rd
Function to create a config.yml file
makeKeyringSetup(
database = NULL,
configBlock = NULL,
secret = NULL,
projectPath = here::here(),
open = TRUE
)
the name of the database for the project, can be NULL
the name of the configBlock to use, can be NULL
a keyword to use as the keyring password to access credentials, if NULL password is ulysses
the path to the project
toggle on whether the file should be opened