List all available tags

list_tags(
  query = NULL,
  vocabulary_id = NULL,
  all_fields = FALSE,
  configuration = NULL
)

Arguments

query

a tag name query to search for, if given only tags whose names contain this string will be returned

vocabulary_id

the id or name of a vocabulary, if give only tags that belong to this vocabulary will be returned

all_fields

logical return full Tag object instead of just names

configuration

Configuration the configuration to use

Examples

if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() list_tag() }