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)

Arguments

ids

[integer]
The IDs of the respective objects.

object

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

tags

[character]
The tags that should be added/removed.

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