doAPICall {OpenML} | R Documentation |
Perform an API call to the OpenML server.
Description
The function always returns the XML file content provided by the server.
Usage
doAPICall(
api.call,
id = NULL,
url.args = list(),
post.args = list(),
file = NULL,
verbosity = NULL,
method,
...
)
Arguments
api.call |
[ |
id |
[ |
url.args |
[ |
post.args |
[ |
file |
[ |
verbosity |
[ |
method |
[ |
... |
Another possibility to pass key-value pairs for the HTTP request query. Arguments passed via ... have a higher priority. |
Value
[character(1)
]
Unparsed content of the returned XML file.