knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of amzreviewer is to provide a simple app to showcase a couple of functions to scrape and analyse Amazon Product Reviews.
You can read more about it here.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("alberto-mateos-mo/amzreviewer")
To launch the app just run:
library(amzreviewer) run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.