tm_af_tags: Get all tags

Description Usage Arguments Value Examples

Description

Gets the complete list of available tags and returns it as a data frame.

Usage

1
tm_af_tags(token, ...)

Arguments

token

A valid access token

...

Additional arguments passed on to the underlying HTTP method. This might be necessary if you need to set some curl options explicitly via config.

Value

A data frame with tag information. Each row represents a single tag and the columns represent specific tag properties.

Examples

1
2
3
4
5
6
## Not run: 
token <- tm_token()

tm_af_tags(token)

## End(Not run)

TrendMiner/trendminer documentation built on Jan. 30, 2020, 12:21 a.m.