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