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.
makeOMLStudy(
alias,
name,
description,
data.id = NULL,
task.id = NULL,
flow.id = NULL,
run.id = NULL
)
[OMLStudy
].
[character
]
The alias of the study.
[character
]
The name of the study.
[character
]
The description of the study.
[integer
]
A vector of IDs of the data sets to be included in the study.
[integer
]
A vector of IDs of the tasks to be included in the study.
[integer
]
A vector of IDs of the flows to be included in the study.
[integer
]
A vector of IDs of the runs to be included in the study.
Other uploading functions:
uploadOMLDataSet()
,
uploadOMLFlow()
,
uploadOMLRun()
,
uploadOMLStudy()