feature_extraction: feature_extraction

Description Usage Arguments Value Examples

View source: R/feature_extraction.R

Description

Extracts features from a chords dataset.

Usage

1

Arguments

data

dataframe. The chords dataset to exract the features from.

Value

A dataframe with the chords set added with logical features (1 or 0), to indicate if each chord is:

Examples

1
2
3
4
5
6
7
{

  songs <- get_songs("tim-maia")
  chords <- get_chords(songs$url[4])
  feature_extraction(chords)

}

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