bwr_metrics_get {brandwatchR} | R Documentation |
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.
bwr_metrics_get(token = Sys.getenv("BW_TOKEN"))
token |
The auth token for this user, which should be generated into an environment variable using bwr_auth() |
See the Brandwatch documentation for more information at https://developers.brandwatch.com/docs/available-filters
Returns a dataframe of available filters
## Not run: my_queries <- bwr_metrics_get(project_id = 12334534)