Add a demo of tidytext analysis using Hamilton lyrics. Examples include
A Sentiment Analysis of Hamilton - older example. Scraped the lyrics from a website directly. Actually not a bad inspiration for a web scraping demo using iterative operations.
Alexander Hamilton: The Breakdown - more recent. Mix of sentiment analysis and descriptive statistics. Uses the Kaggle dataset for song lyrics.
Tidytext analysis - example from STAT 199 (Data Science in a Box). Uses the geniusr package and the Genius API to retrieve song lyrics programmatically.
Add a demo of tidytext analysis using Hamilton lyrics. Examples include
geniusr
package and the Genius API to retrieve song lyrics programmatically.