makeOMLStudy: OMLStudy.

View source: R/OMLStudy_Class.R

makeOMLStudyR Documentation

OMLStudy.

Description

If you create a study through the website https://www.openml.org/new/study, you can also specify an alias which can be used to access the study. To see a full list of all elements, please see the documentation.

Usage

makeOMLStudy(
  alias,
  name,
  description,
  data.id = NULL,
  task.id = NULL,
  flow.id = NULL,
  run.id = NULL
)

Arguments

alias

[character]
The alias of the study.

name

[character]
The name of the study.

description

[character]
The description of the study.

data.id

[integer]
A vector of IDs of the data sets to be included in the study.

task.id

[integer]
A vector of IDs of the tasks to be included in the study.

flow.id

[integer]
A vector of IDs of the flows to be included in the study.

run.id

[integer]
A vector of IDs of the runs to be included in the study.

Value

[OMLStudy].

See Also

Other uploading functions: uploadOMLDataSet(), uploadOMLFlow(), uploadOMLRun(), uploadOMLStudy()


openml/r documentation built on Oct. 21, 2022, 2:21 a.m.