powered by
Refer to https://developers.brandwatch.com/docs/retrieving-workflow for more information.
bwr_wf_get(project_id = NULL, token = Sys.getenv("BW_TOKEN"))
The project id in which the specified workflow is contained. Obtain a list of project IDs using bwr_get_projects().
The authentication token, acquired using bwr_auth()
Returns a list containing all results
# NOT RUN { my_project <- bwr_get_projects()$id[1] my_workflow <- bwr_wf_get(project_id = my_project) # } # NOT RUN { # }
Run the code above in your browser using DataLab