# NOT RUN {
my_project <- bwr_projects_get()$id[1]
my_query <- bwr_query_get(project_id = my_project)$id[1]
my_mentions <- bwr_mentions_get(project_id = my_project,
query_id = my_query,
filters = list(gender = 'female', sentiment = 'neutral'),
order_by = 'sentiment', order_direction = 'asc',
date_range = c('2018-01-01', '2018-02-01'))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab