Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Songs Artist Analysis using geniusR

R script to analyze two different music artist based on the words used in albums or songs. I have used geniusR library to gather the songs lyrics.

Buy Me a Coffee at ko-fi.com

Requirements (R libraries):

  • geniusR (to mine song lyrics)
  • tidyverse (to manipulate data and for visualization)
  • tidytext (to tokenize dataset, remove stop words and count word frequency).

Credits:

Installation:

  • install.packages("devtools")
  • devtools::install_github("josiahparry/geniusR")
  • install.packages("tidyverse")
  • install.packages("tidytext")

for album:

Ed_Sheeran = genius_album(artist = "Ed Sheeran", album = "Divide")

for singles:

Shawn_Mendes_lyrics = genius_lyrics(artist = "Shawn Mendes", song = "In My Blood")

Sample:

About

R script to analyze two different music artist based on the words used in albums or songs. I have used geniusR library to gather the songs lyrics.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages