Learn R Programming

chorrrds (version 0.1.9.5)

create_net: create_net

Description

Match music lyrics with the corresponding chords.

Usage

create_net(chords_dat)

Arguments

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.

Value

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.

Examples

Run this code
# 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