analogsea (version 0.5.0)

tags: List tags

Description

List tags

Usage

tags(...)

tag(name, ...)

as.tag(x)

Arguments

...

Additional options passed down to GET

name

(character) Name of the tag

x

Object to coerce to a tag.

Value

Many tag objects in a list

Details

tags gets all your tag, tag gets a tag by name

Examples

Run this code
# NOT RUN {
# get all your tags
tags()

# get a tag by name
tag("stuffthings")
tag("helloworld")
# }
# NOT RUN {
tag_create("pluto")
as.tag('pluto')
as.tag(tag_create("howdyhoneighbor"))
# }

Run the code above in your browser using DataCamp Workspace