This function returns the madrat config which is currently loaded. If no configuration has been loaded so far the configuration will be initialized with default settings or system settings (if available).
getConfig(option = NULL, raw = FALSE, verbose = TRUE, print = FALSE)
A config list with all settings currently set for the madrat package
The option for which the setting should be returned. If set to NULL all options are returned.
If set to FALSE some settings will be calculated, e.g. if the cache folder is set to FALSE the full path will be calculated using the main folder, or if the verbosity is not set the default verbosity will be returned. If raw is set to TRUE settings are returned as they are currently stored.
boolean deciding whether status information/updates should be shown or not
if TRUE and verbose is TRUE a configuration overview will also get printed
Jan Philipp Dietrich
setConfig
, initializeConfig