Learn R Programming

chorrrds (version 0.1.9.5)

create_dat: create_dat

Description

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.

Examples

Run this code
# NOT RUN {
{
# }
# NOT RUN {
  create_dat("The Weeknd", "Acquainted")
# }
# NOT RUN {
}
# }

Run the code above in your browser using DataLab