powered by
Match music lyrics with the corresponding chords.
create_net(chords_dat)
data frame. A data frame as produced by the `create_dat()` function with chords in the first column and lyrics in the second column.
An object of type `tibble` with the song chords and lyrics is retuned. Each chord is linked to the words that are sung when that chord is played.
# NOT RUN { { # } # NOT RUN { chords_dat <- create_dat("The Weeknd", "Acquainted") create_net(chords_dat) # } # NOT RUN { } # }
Run the code above in your browser using DataLab