50% off: Unlimited data and AI learning.
The Learning Leader's Guide to AI Literacy

chorrrds (version 0.1.9.5)

feature_extraction: feature_extraction

Description

Extracts features from a chords dataset.

Usage

feature_extraction(data)

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

Run this code
# NOT RUN {
{
# }
# NOT RUN {
  songs <- get_songs("tim-maia")
  chords <- get_chords(songs$url[4])
  feature_extraction(chords)
# }
# NOT RUN {
}
# }

Run the code above in your browser using DataLab