uploadOMLStudy: Upload OpenML Study information.

View source: R/uploadOMLStudy.R

uploadOMLStudyR Documentation

Upload OpenML Study information.

Description

A OpenML study is a collection of OpenML objects. 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.

Usage

uploadOMLStudy(x, confirm.upload = NULL, verbosity = NULL)

Arguments

x

[[OMLStudy]
Contains the study information that should be uploaded.

confirm.upload

[logical(1)]
Should the user be asked to confirm the upload? Default is the setting from your config.

verbosity

[integer(1)]
Print verbose output on console? Possible values are:
0: normal output,
1: info output,
2: debug output.
Default is set via setOMLConfig.

Value

[OMLStudy].

See Also

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


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