Delete a tag

tag_delete(name, ...)

Arguments

name

(character) Name of the tag

...

Additional options passed down to DELETE

Value

nothing, if successful

Examples

if (FALSE) {
tag_delete(name = "helloworld")
}