brandwatchR {brandwatchR} | R Documentation |
brandwatchR: A package for retrieving data from the Brandwatch API.
Description
The brandwatchR package provides families of wrapper functions for the Brandwatch API.
Authentication
bwr_auth
allows the user to authenticate and cache authentication information for future API calls.
Projects
bwr_projects_get
- get a dataframe of projects
Queries / mentions
bwr_query_get
- get a dataframe of queries for a projectbwr_query_check
- check the syntax of a querybwr_query_create
- upload a new querybwr_query_delete
- delete a specified querybwr_mentions_get
- get the mentions for a specified querybwr_mentions_total
- get the total number of mentions for a specified query or query group.bwr_mentions_topics
- get the matching topics & topic metadata for a specified query or query group.bwr_mentions_topsites
- get the top authors for a specified query or query group.bwr_mentions_toptweeters
- get the top tweeters for a specified query or query group.
Query filters
bwr_filters_get
- Get a data frame of all parameters which can be used to filter your querybwr_metrics_get
- Get a data frame of all metrics which have limited accepted values.
Query Groups
bwr_querygrp_get
- get the query groups for a specified projectbwr_querygrp_delete
- delete a specfied query group
Tags
bwr_tag_get
- get the tags for a specified projectbwr_tag_create
- create a new tag for a specified projectbwr_tag_delete
- delete a tag for a specified project
Categories
bwr_cat_get
- get the categories for a specified projectbwr_cat_create
- create a new category for a specified project