Add or remove a specific tag to a OpenML data, task, flow or run.
tagOMLObject(
ids,
object = c("data", "task", "flow", "run"),
tags,
verbosity = NULL
)untagOMLObject(
ids,
object = c("data", "task", "flow", "run"),
tags,
verbosity = NULL
)
[integer
]
The IDs of the respective objects.
[character(1)
]
A character that specifies the object you want to delete from the server. Can be either
"data"
, "task"
, "flow"
or "run"
.
[character
]
The tags that should be added/removed.
[integer(1)
]
Print verbose output on console? Possible values are:
0
: normal output,
1
: info output,
2
: debug output.
Default is set via setOMLConfig
.
Other data set-related functions:
OMLDataSetDescription
,
OMLDataSet
,
convertMlrTaskToOMLDataSet()
,
convertOMLDataSetToMlr()
,
deleteOMLObject()
,
getOMLDataSet()
,
listOMLDataSets()
,
uploadOMLDataSet()
Other task-related functions:
convertOMLTaskToMlr()
,
deleteOMLObject()
,
getOMLTask()
,
listOMLTaskTypes()
,
listOMLTasks()
,
makeOMLTask()
Other flow-related functions:
convertOMLFlowToMlr()
,
deleteOMLObject()
,
getOMLFlow()
,
listOMLFlows()
,
makeOMLFlowParameter()
,
makeOMLFlow()
Other run-related functions:
convertOMLMlrRunToBMR()
,
convertOMLRunToBMR()
,
deleteOMLObject()
,
getOMLRun()
,
listOMLRuns()
,
makeOMLRunParameter()
,
makeOMLRun()
,
uploadOMLRun()