tags | R Documentation |
List tags
tags(...)
tag(name, ...)
as.tag(x)
... |
Additional options passed down to |
name |
(character) Name of the tag |
x |
Object to coerce to a tag. |
tags
gets all your tag, tag
gets a tag by name
Many tag objects in a list
## Not run:
# get all your tags
tags()
# get a tag by name
tag("stuffthings")
tag("helloworld")
## End(Not run)
## Not run:
tag_create("pluto")
as.tag('pluto')
as.tag(tag_create("howdyhoneighbor"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.