Create a tag

tag_create(name, ...)

Arguments

name

(character) Name of the tag

...

Additional options passed down to POST

Value

A tag object

Examples

if (FALSE) {
tag_create(name = "venus")
}