get_artist_audio_features | R Documentation |
Get audio feature information for all or part of an artists' discography.
get_artist_audio_features(
artist = NULL,
include_groups = "album",
return_closest_artist = TRUE,
dedupe_albums = TRUE,
market = NULL,
authorization = get_spotify_access_token()
)
artist |
Required. String of either an artist name or an artist Spotify ID.
If an artist name is provided, |
include_groups |
Optional. A character vector of keywords that will be used to filter
the response. Defaults to |
return_closest_artist |
Optional. Boolean. |
dedupe_albums |
Optional. Logical, boolean parameter, defaults to
|
market |
Optional. |
authorization |
Required. A valid access token from the Spotify Accounts service.
See the
Web API authorization Guide for more details.
Defaults to |
Returns a data frame of results containing track audio features data. See the Spotify Web API documentation for more information.
Other musicology functions:
get_genre_artists()
,
get_playlist_audio_features()
,
get_track_audio_analysis()
,
get_track_audio_features()
,
get_user_audio_features()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.