extractOMLStudyIds: Extract IDs of a OMLStudy object
Description
Extracts either all data.id
s, task.id
s, flow.id
s or run.id
s from an OMLStudy
object.
Usage
extractOMLStudyIds(object, type)
Arguments
object
[OMLStudy
]
The OMLStudy object.
type
[character(1)
]
A character that specifies which ids should be extracted from the study.
Can be either "data.id", "task.id", "flow.id" or "run.id".