create_dat: create_dat

Description Usage Arguments Value Examples

View source: R/create_dat.R

Description

Break song by verse with chords and corresponding lyrics.

Usage

1
create_dat(artist, track)

Arguments

artist

character. The artist's name.

track

character. The song's title.

Value

An object of type 'data.frame' with the song chords and lyrics is retuned. The object is to be later used in the 'create_net()' function to get accurate connections between chords and words.

Examples

1
2
3
4
5
{

  create_dat("The Weeknd", "Acquainted")

}

chorrrds documentation built on July 2, 2020, 2:24 a.m.