Skip to content

Using R, Shiny, and Genius.com to visually explore the lyrics of your favorite albums

Notifications You must be signed in to change notification settings

eric-hochberger/album-wordclouds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Wordclouds

A way to visually explore the lyrics of your favorite albums with Genius.com.

Run Locally

Run Wordclouds locally by executing the following code in R:

packages <- c("shiny", "tidyverse", "rvest", "janitor", "wordcloud", "tm", "RColorBrewer", "jpeg", "shinyWidgets", "shinythemes", "png", "jsonlite")
install.packages(packages)
library(shiny)
runGitHub("album-wordclouds", "eric-hochberger")

Run On a Browser

https://erichochberger.shinyapps.io/AlbumWordclouds/

Screenshots

Screen Shot 2019-11-22 at 1 53 57 PM

Screen Shot 2019-11-22 at 1 56 47 PM

About

Using R, Shiny, and Genius.com to visually explore the lyrics of your favorite albums

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages