brandseyer: brandseyer: access and perform analytics on your BrandsEye...

Description Starting points Online resources See Also

Description

BrandsEye is a company that provides online monitoring, analytics, and insights for social media data. We provide an extensive JSON / RESTful API to access your data. This library is a wrapper for that data, providing easy access to the data in your various BrandsEye accounts for use in any R analyses and data visualisations.

Starting points

To ease your use of the library, you should begin by adding your API key using the authenticate function:

authenticate(key = "<your api key>", save = TRUE)

If you do not know what your api key is, contact BrandsEye to find out.

After this, you can easily see a list of your available accounts using list_account_codes. account_count will let you pull aggregate information matching a given filter from one or more of your accounts.

Online resources

The home page is https://github.com/brandseye/brandseyer/

If you have found a bug in the library, you can report it using the library's GitHub issue tracker: https://github.com/brandseye/brandseyer/issues

See Also

list_account_codes Find out what accounts you have access to.

account_count Query your account.

account Find out about general account queries.


brandseye/brandseyer documentation built on May 13, 2019, 2:30 a.m.