saveOMLConfig {OpenML} | R Documentation |
Saves a list of OpenML configuration settings to file.
Description
The new configuration is automatically assigned via
setOMLConfig
if all checks pass. If you don't set a certain option,
package defaults will be inserted into the file.
Usage
saveOMLConfig(
server = NULL,
verbosity = NULL,
apikey = NULL,
cachedir = NULL,
arff.reader = NULL,
confirm.upload = NULL,
overwrite = FALSE
)
Arguments
server |
[ |
verbosity |
[ |
apikey |
[ |
cachedir |
[ |
arff.reader |
[ |
confirm.upload |
[ |
overwrite |
[ |
See Also
Other config:
configuration
,
getOMLConfig()
,
loadOMLConfig()
,
setOMLConfig()