bwr_querygrp_get {brandwatchR} | R Documentation |
Get a data frame of Brandwatch query groups in the specified project
bwr_querygrp_get(project_id = NULL, token = Sys.getenv("BW_TOKEN"))
project_id |
The project ID whose query groups you'd like to return |
token |
The authentication token, obtained using bwr_auth() |
Returns a data frame of the query groups for the given project, if any exist.
## Not run: groups <- bwr_querygrp_get(project_id = 21343242)