Do chunked listings
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.
chunkOMLlist(listfun, ..., total.limit = 1e+05, chunk.limit = 1000)
listfun
: [character(1)
]
the listing function for which you want to do chunked requests.
...
: [ANY
]
arguments are passed to the function specified in listfun
.
total.limit
: [integer
]
the total limit of results that should be listed. Set this to a high number to get all available results from the server.
chunk.limit
: [integer
]
the limit for a single request. If you reduce this number, the number of server requests will increase.
Other listing functions: listOMLDataSetQualities()
, listOMLDataSets()
, listOMLEstimationProcedures()
, listOMLEvaluationMeasures()
, listOMLFlows()
, listOMLRuns()
, listOMLSetup()
, listOMLStudies()
, listOMLTaskTypes()
, listOMLTasks()