/amazon-measles

Amazon customer reviews of Melanie's Marvelous Measles

Primary LanguageR

Amazon Customer Reviews of Melanie's Marvelous Measles

The goal of this repository is to analyze the product reviews of Melanie's Marvelous Measles on Amazon.com.

Usage

To get started, first install and load the packrat package via:

devtools::install_github('rstudio/packrat')

After packrat is installed, we need to install and load the package snapshot used in this analysis. Do so via:

library(packrat)
packrat::restore()

Once the required R package environment has been installed, load the various project utilities, munge scripts, and data sets via:

library('ProjectTemplate')
load.project()