list_tags: List all tags

Description Usage Arguments Examples

Description

List all available tags

Usage

1
2
3
4
5
6
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

1
2
3
4
5
6
## Not run: 
# Setting the config to use HDX default server
 set_rhdx_config()
 list_tag()

## End(Not run)

dickoa/rhdx documentation built on Oct. 13, 2021, 8:36 p.m.