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.
saveOMLConfig(
server = NULL,
verbosity = NULL,
apikey = NULL,
cachedir = NULL,
arff.reader = NULL,
confirm.upload = NULL,
overwrite = FALSE
)
[character(1)
]
URL of the XML API endpoint.
[integer(1)
]
Verbosity level. Possible values are 0 (normal output), 1 (info output),
2 (debug output).
[character(1)
]
Your OpenML API key. Log in to OpenML, move to your profile to get it.
[character(1)
]
Path to the cache directory.
[character(1)
]
Name of the package which should be used to parse arff files. Possible are
“RWeka”, which is the default and “farff”.
[logical(1)
]
Should the user be asked for confirmation before upload of OML objects?
[logical(1)
]
Should an existing file be overwritten?
Default is FALSE
.
Other config:
configuration
,
getOMLConfig()
,
loadOMLConfig()
,
setOMLConfig()