brandseyer2 is a library for handling data in your BrandsEye account.
BrandsEye is an opinion mining company. We use a proprietary mix of artificial intelligence and crowdsourcing to mine online conversations for sentiment. While we have an analytics suite, and reporting service, we also provide an extensive API to access to the data that makes up your various BrandsEye accounts, and makes it easy to access the data outside of the BrandsEye application in any R analyses that you might want to perform.
This version of the library is still in its early stages, but is usable, and is the preferred way of getting data from the API. You should probably be using this over the previous version of the API, available at GitHub.
The goal of this version of the library is:
There may be breaking changes to some methods in future updates, before the version 1.0.0 release, After that, we expect that the API should be fairly stable.
After installing, you may find the Getting Started and Cookbook vignettes interesting to read or skim through.
You can install the development version of this library using the devtools
package:
# Install the devtools package
install.packages("devtools")
library(devtools)
# Install the library
install_github("brandseye/brandseyer2")
# Load the library
library(brandseyer2)
When using the development version from github, you should make sure that the build is passing before installing it. Check the build badge on the library’s github page.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.