get_tags | R Documentation |
Tag manipulation and assignment functions
get_tags(src)
get_tag_data(src)
create_tag(src, name, parent = NULL)
create_tag_tree(src, ...)
delete_tag(src, tag)
get_content_tags(content)
set_content_tag_tree(content, ...)
set_content_tags(content, ...)
filter_tag_tree_id(tags, ids)
filter_tag_tree_chr(tags, pattern)
src |
The source object |
name |
The name of the tag to create |
parent |
optional. A |
... |
Additional arguments Manage tags (requires Administrator role):
Manage content tags:
Search a tag tree:
|
tag |
A |
content |
An R6 Content object, as returned by |
tags |
A |
ids |
A list of |
pattern |
A regex to filter the tag tree by (it is passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.