Skip to content

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.

License

Notifications You must be signed in to change notification settings

MexsonFernandes/Song_Artist_Analysis-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages