powered by
Extracts features from a chords dataset.
feature_extraction(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:
# 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