Description Usage Arguments Value
View source: R/spotify_InfoAPI.R
Spotify automatically generates a number of audio features for each song.
1 2 3 4 5 | getAudioFeatures(
songId,
output = "dataframe",
authentication_token = getAuthenticationToken()
)
|
songId |
The Id of a song to search |
output |
Output type. "json", "dataframe", or "graph" |
authentication_token |
Predefined argument which runs getAuthenticationToken() |
A json object, dataframe, or graph describing song features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.