bwr_filters_get function

Get a data frame of available filters for the Brandwatch API

Get a data frame of available filters for the Brandwatch API

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

bwr_filters_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()

Returns

Returns a dataframe of available filters

Examples

## Not run: my_queries <- bwr_query_get(project_id = 12334534)
  • Maintainer: Donal Phipps
  • License: MIT + file LICENSE
  • Last published: 2018-08-13