Skip to contents

Get the tag names and ids for all the tags in the system.

Usage

get_tags()

Value

Response will be a data frame containing the tags that are in the organization. Each tag has the following variables:

Column NameTypeDescription
idchrtag's unique ID
namechrtag's given name
descriptionchrdescription of tag provided by user

Examples

if (FALSE) { # \dontrun{
# This is an example of how the function would be called.

df_tags <- get_tags()

} # }