simplify_chords: simplify_chords

Description Usage Arguments Value Examples

View source: R/simplify.R

Description

Simplifies music chords extracted with the chords package, eliminating chords extensions, such as 4th, 5th, 6th, 7th, 9th, sus. It leaves the chords in the simplest format possible.

Usage

1

Arguments

data

character. The chords to be simplified.

Value

The dataset with a new column called "chord_simplified" with the simplified version of the chords.

Examples

1
2
3
4
5
6
7
{

  songs <- get_songs("tim-maia")
  chords <- get_chords(songs$url[2])
  simplify_chords(chords)

}

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