loadOMLConfig {OpenML} | R Documentation |
Load OpenML configuration.
Description
Loads the OpenML config file from the disk and overwrites the current OpenML config. If there is no API key in the configuration file, the key is retrieved from the environment variable “OPENMLAPIKEY” (if defined).
Usage
loadOMLConfig(path = "~/.openml/config", assign = TRUE)
Arguments
path |
[ |
assign |
[ |
Value
list
of current configuration variables with class “OMLConfig”.
See Also
Other config:
configuration
,
getOMLConfig()
,
saveOMLConfig()
,
setOMLConfig()
Examples
# # if assign = FALSE nothing is changed
# # usually one would want assign = TRUE
# \dontrun{
# loadOMLConfig(assign = FALSE)
# }
[Package OpenML version 1.12 Index]