bwr_tag_get function

Get a data frame of available tags for a given project

Get a data frame of available tags for a given project

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

bwr_tag_get(project_id = NULL, token = Sys.getenv("BW_TOKEN"))

Arguments

  • project_id: The project id you'd like to return all available tags for. Obtain a data frame of projects using bwr_get_projects()
  • token: The auth token for this user, which should be generated into an environment variable using bwr_auth()

Returns

Returns a dataframe of tags matching the project.

Examples

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