bwr_querygrp_get: Get a data frame of Brandwatch query groups in the specified...

Description Usage Arguments Value Examples

View source: R/querygroups.R

Description

Get a data frame of Brandwatch query groups in the specified project

Usage

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

Arguments

project_id

The project ID whose query groups you'd like to return

token

The authentication token, obtained using bwr_auth()

Value

Returns a data frame of the query groups for the given project, if any exist.

Examples

1
## Not run: groups <- bwr_querygrp_get(project_id = 21343242)

brandwatchR documentation built on May 1, 2019, 10:24 p.m.