Description Usage Arguments Value Examples
Refer to https://developers.brandwatch.com/docs/retrieving-workflow for more information.
1 | bwr_wf_get(project_id = NULL, token = Sys.getenv("BW_TOKEN"))
|
project_id |
The project id in which the specified workflow is contained. Obtain a list of project IDs using bwr_get_projects(). |
token |
The authentication token, acquired using bwr_auth() |
Returns a list containing all results
1 2 3 | ## Not run: my_project <- bwr_get_projects()$id[1]
my_workflow <- bwr_wf_get(project_id = my_project)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.