Tag | R Documentation |
Tag class for a project tag. internal. creates a tag object
Tag class for a project tag. internal. creates a tag object
new()
Tag$new(category, value = NA)
category
character. the tag category. see projectutils::tags for available values.
value
character. the tag value. see projectutils::tags for available values and combinations. Defaults to NA. to_tibble
to_tibble()
representation of tag as a one-row tibble
Tag$to_tibble()
clone()
The objects of this class are cloneable with this method.
Tag$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.