Read Configuration Values
get_config(app, file = NA, active = NA, use_parent = TRUE)A list of configuration values.
A character string specifying the Shiny application
to run (see run_app()).
A character string specifying the configuration file to
read from. If NA (the default), use the value of the
KINESIS_CONFIG_FILE environment variable ("config.yml" if the variable
does not exist). If NULL, use the build-in configuration file.
A character string specifying the name of configuration to
read from. If NA (the default), use the value of the
KINESIS_CONFIG_ACTIVE environment variable ("default" if the variable
does not exist).
A logical scalar: should parent directories be scanned
for configuration files if the specified config file isn't found?
N. Frerebeau