listOMLStudies {OpenML} | R Documentation |
list OpenML Studies.
Description
Retrives a list of available studies.
Usage
listOMLStudies(
main.entity.type = NULL,
status = "all",
uploader.id = NULL,
limit = NULL,
offset = NULL,
verbosity = NULL
)
Arguments
main.entity.type |
[ |
status |
[ |
uploader.id |
[ |
limit |
[ |
offset |
[ |
verbosity |
[ |
Value
[data.frame
].
Note
This function is memoised. I.e., if you call this function twice in a running R session,
the first call will query the server and store the results in memory while the second and all subsequent calls will return
the cached results from the first call.
You can reset the cache by calling forget
on the function manually.
See Also
Other listing functions:
chunkOMLlist()
,
listOMLDataSetQualities()
,
listOMLDataSets()
,
listOMLEstimationProcedures()
,
listOMLEvaluationMeasures()
,
listOMLFlows()
,
listOMLRuns()
,
listOMLSetup()
,
listOMLTaskTypes()
,
listOMLTasks()