bwr_tag_create: Upload a new tag to Brandwatch

Description Usage Arguments Value Examples

View source: R/tags.R

Description

Refer to https://developers.brandwatch.com/docs/creating-tags for more information. Unless otherwise specified, provide a single string argument.

Usage

1
2
bwr_tag_create(project_id = NULL, name = NULL,
  token = Sys.getenv("BW_TOKEN"))

Arguments

project_id

The project ID into which you'd like to insert a tag

name

The name of the tag

token

The authentication token, obtained using bwr_auth()

Value

Returns a list containing the JSON response from the server.

Examples

1
## Not run: bwr_tag_create(project_id = 12423432, name = 'Quick test tag')

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