This function loads the configurations from the config.yml file located
in the inst/config directory using the config
package.
Usage
load_config(config_name = "default")
Arguments
- config_name
The name of the configuration environment to load (e.g., "default", "development", "production", "testing").
Value
A list containing the configuration data.