refimpact (version 1.0.0)

get_tag_values: List Tag Values

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

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

Run this code
# NOT RUN {
get_tag_values(3) # Tag Type 3 (Subject)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab