extractOMLStudyIds function

Extract IDs of a OMLStudy object

Extract IDs of a OMLStudy object

Extracts either all data.ids, task.ids, flow.ids or run.ids from an OMLStudy object.

extractOMLStudyIds(object, type, chunk.size = 400)

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".

  • chunk.size: [integer(1)]

    If the number of ids to be returned exceeds "chunk.size", a list of ids is returned. Each list element contains not more than "chunk.size" elements. Default is 400.

Returns

[numeric].

  • Maintainer: Giuseppe Casalicchio
  • License: BSD_3_clause + file LICENSE
  • Last published: 2022-10-19