Break song by verse with chords and corresponding lyrics.
Usage
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.