8000 GitHub - brandseye/brandseyer2: An R library that provides access to data stored in a BrandsEye account
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An R library that provides access to data stored in a BrandsEye account

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

brandseye/brandseyer2

Repository files navigation

brandseyer2

R build status Codecov test coverage

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:

  • to fully support our new API,
  • to better support the tidyverse set of libraries,
  • and to have a test suite.

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.

Getting started

After installing, you may find the Getting Started and Cookbook vignettes interesting to read or skim through.

Installing

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.

Code of Conduct

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.

License

This library is licensed under the MIT license, and is copyright Brandseye PTY (LTD). See the license files for details.

About

An R library that provides access to data stored in a BrandsEye account

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0