deleteOMLObject: Delete an OpenML object.

View source: R/deleteOMLObject.R

deleteOMLObjectR Documentation

Delete an OpenML object.

Description

This will delete one of your uploaded datasets, tasks, flows or runs. Note that you can only delete the objects you uploaded.

Usage

deleteOMLObject(
  id,
  object = c("data", "task", "flow", "run", "study"),
  verbosity = NULL
)

Arguments

id

[integer(1)]
The ID of the respective object.

object

[character(1)]
A character that specifies the object you want to delete from the server. Can be either "data", "task", "flow" or "run".

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.

See Also

Other data set-related functions: OMLDataSetDescription, OMLDataSet, convertMlrTaskToOMLDataSet(), convertOMLDataSetToMlr(), getOMLDataSet(), listOMLDataSets(), tagOMLObject(), uploadOMLDataSet()

Other task-related functions: convertOMLTaskToMlr(), getOMLTask(), listOMLTaskTypes(), listOMLTasks(), makeOMLTask(), tagOMLObject()

Other flow-related functions: convertOMLFlowToMlr(), getOMLFlow(), listOMLFlows(), makeOMLFlowParameter(), makeOMLFlow(), tagOMLObject()

Other run-related functions: convertOMLMlrRunToBMR(), convertOMLRunToBMR(), getOMLRun(), listOMLRuns(), makeOMLRunParameter(), makeOMLRun(), tagOMLObject(), uploadOMLRun()


OpenML documentation built on Oct. 20, 2022, 1:07 a.m.