initConfig.Rd
Function to create a config.yml file
initConfig(
block = "BlockName",
database = "DatabaseName",
withKeyring = FALSE,
projectPath = here::here(),
open = TRUE
)
the name of the config block, defaults to BlockName
the name of the database for the block, default to DatabaseName
should the config file use keyring, default FALSE
the path to the project
toggle on whether the file should be opened