Read Configuration Values
Arguments
- app
A
character
string specifying the Shiny application to run (seerun_app()
).- file
A
character
string specifying the configuration file to read from. IfNA
(the default), use the value of theKINESIS_CONFIG_FILE
environment variable ("config.yml
" if the variable does not exist). IfNULL
, use the build-in configuration file.- active
A
character
string specifying the name of configuration to read from. IfNA
(the default), use the value of theKINESIS_CONFIG_ACTIVE
environment variable ("default
" if the variable does not exist).- use_parent
A
logical
scalar: should parent directories be scanned for configuration files if the specified config file isn't found?
Value
A list
of configuration values.