Description Usage Arguments Value Examples
View source: R/feature_extraction.R
Extracts features from a chords dataset.
| 1 | 
| data | dataframe. The chords dataset to exract the features from. | 
A dataframe with the chords set added with logical features (1 or 0), to indicate if each chord is:
| 1 2 3 4 5 6 7 | {
  songs <- get_songs("tim-maia")
  chords <- get_chords(songs$url[4])
  feature_extraction(chords)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.