bwr_metrics_get: Get a data frame of possible metric values for the Brandwatch...

Description Usage Arguments Details Value Examples

View source: R/filters.R

Description

When examining parameters which can be used to filter a metric call, some parameters have a limited set of acceptable values. You can find out the current acceptable values using this function.

Usage

1
bwr_metrics_get(token = Sys.getenv("BW_TOKEN"))

Arguments

token

The auth token for this user, which should be generated into an environment variable using bwr_auth()

Details

See the Brandwatch documentation for more information at https://developers.brandwatch.com/docs/available-filters

Value

Returns a dataframe of available filters

Examples

1
## Not run: my_queries <- bwr_metrics_get(project_id = 12334534)

brandwatchR documentation built on May 1, 2019, 10:24 p.m.