| getConfig {cacher} | R Documentation |
Get and set configuration options
getConfig(name) setConfig(name, value)
name |
character, name of the option |
value |
option setting |
There are a number of options that cacher checks but some of
the important ones for users are:
srcfilecachedirarchiveverboseFALSE.
getConfig returns the value of the given option or NULL
if the option is not valid; setConfig returns nothing.