View source: R/get_tag_attr_values.R
get_tag_attr_values | R Documentation |
This function accesses the tfat lookup api endpoint and extracts the available values for tag colour, placement, type, status (applied/on capture), or tag origin (i.e. - tagging agency). The tag data is returned as a data frame with the columns 'value' and 'label'.
get_tag_attr_values(
what = c("tag_origin", "tag_colour", "tag_type", "tag_position", "tagstat")
)
what |
string |
dataframe
Adam Cottrill adam.cottrill@ontario.ca
tag_origins <- get_tag_attr_values("tag_origin")
tag_colours <- get_tag_attr_values("tag_colour")
tag_tag_types <- get_tag_attr_values("tag_type")
tag_positions <- get_tag_attr_values("tag_position")
tagstats <- get_tag_attr_values("tagstat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.