setConfig {BatchJobs} | R Documentation |
Set and overwrite configuration settings
Description
Set and overwrite configuration settings
Usage
setConfig(conf = list(), ...)
Arguments
conf |
[Config or list ]
List of configuration parameters as returned by loadConfig or getConfig .
|
... |
[ANY ]
Named configuration parameters. Overwrites parameters in conf , if provided.
|
Value
Invisibly returns a list of configuration settings.
See Also
Other conf:
configuration
,
getConfig()
,
loadConfig()
[Package
BatchJobs version 1.9
Index]