chunkOMLlist {OpenML} | R Documentation |
Do chunked listings
Description
Allows you to do multiple chunked requests with the listOML* functions.
The request will be repeated until total.limit
is reached or until there are no more results available on the server.
Usage
chunkOMLlist(listfun, ..., total.limit = 1e+05, chunk.limit = 1000)
Arguments
listfun |
[ |
... |
[ |
total.limit |
[ |
chunk.limit |
[ |
See Also
Other listing functions:
listOMLDataSetQualities()
,
listOMLDataSets()
,
listOMLEstimationProcedures()
,
listOMLEvaluationMeasures()
,
listOMLFlows()
,
listOMLRuns()
,
listOMLSetup()
,
listOMLStudies()
,
listOMLTaskTypes()
,
listOMLTasks()