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"))
token
: The auth token for this user, which should be generated into an environment variable using bwr_auth()Returns a dataframe of available filters
## Not run: my_queries <- bwr_query_get(project_id = 12334534)