setOMLConfig {OpenML} | R Documentation |
Settter for configuration settings.
Description
Set and overwrite configuration settings.
Usage
setOMLConfig(
server = NULL,
verbosity = NULL,
apikey = NULL,
cachedir = NULL,
arff.reader = NULL,
confirm.upload = NULL
)
Arguments
server |
[ |
verbosity |
[ |
apikey |
[ |
cachedir |
[ |
arff.reader |
[ |
confirm.upload |
[ |
Value
Invisibly returns a list of configuration settings.
See Also
Other config:
configuration
,
getOMLConfig()
,
loadOMLConfig()
,
saveOMLConfig()
[Package OpenML version 1.12 Index]