Upload a new tag to Brandwatch
Refer to https://developers.brandwatch.com/docs/creating-tags for more information. Unless otherwise specified, provide a single string argument.
bwr_tag_create(project_id = NULL, name = NULL, token = Sys.getenv("BW_TOKEN"))
project_id
: The project ID into which you'd like to insert a tagname
: The name of the tagtoken
: The authentication token, obtained using bwr_auth()Returns a list containing the JSON response from the server.
## Not run: bwr_tag_create(project_id = 12423432, name = 'Quick test tag')