Getting data

These functions will give you data pulled from the API. The also make it easy to save this data to CSV files, usually using a save = TRUE argument.

volume_sentiment_metric()

Returns the data for creating volume/sentiment charts

time_of_day_metric()

Get data for determining the best time of day to post (by hour)

day_of_week_metric()

Get data for determining the best day of the week to post

stats_metric()

Gets the 'stats metric' for a given filter

sites_metric()

Gets the 'stats metric' for a given filter

sentiment_metric()

Returns the data for sentiment chart

wordcloud_metric()

Pulls breakdown of volume by keyword

gender_metric()

Fetch gender data

race_metric()

Fetch race data

authors_metric()

Gets the 'authors metric' for a given filter

returning_authors()

Checks whether authors from current filter appeared in a previous filter

returning_authors_metric()

Returns a breakdown of new vs returning authors

topics_metric()

Gets the Topics for a given filter

locations_metric()

Gives information grouped by country

regions_metric()

Gives information grouped by region

cities_metric()

Gives information grouped by city

brand_metric()

Returns data grouped by brand

Creating charts and metrics

These functions make it easy to plot specific charts / metrics. They use the same data as the “Getting data” functions would provide.

theme_brandseye()

Provides a BrandsEye ggplot2 theme

plot_volume_sentiment_metric()

Plots volume overlayed with sentiment.

plot_sentiment_metric()

Plot the sentiment chart

plot_time_of_day_metric()

Plots the time of day to post (by hour)