get_tag_values: List Tag Values

Description Usage Arguments Value Examples

Description

DEPRECATED - USE ref_get. This function uses the ListTagValues method from the database API and returns a list of Tag Values for the supplied tag type.

Usage

1
get_tag_values(tag_type)

Arguments

tag_type

numeric, a valid tag type ID. Use get_tag_types() to find valid tag types.

Value

Returns a data_frame (from the tibble package).

Examples

1
2
3
4
## Not run: 
get_tag_values(3) # Tag Type 3 (Subject)

## End(Not run)

refimpact documentation built on May 1, 2019, 8:47 p.m.