Learn R Programming

spotidy (version 0.1.0)

Providing Convenience Functions to Connect R with the Spotify API

Description

Providing convenience functions to connect R with the 'Spotify' application programming interface ('API'). At first it aims to help setting up the OAuth2.0 Authentication flow. The default output of the get_*() functions is tidy, but optionally the functions could return the raw response from the 'API' as well. The search_*() and get_*() functions can be combined. See the vignette for more information and examples and the official Spotify for Developers website for information about the Web 'API'.

Copy Link

Version

Install

install.packages('spotidy')

Monthly Downloads

178

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Lennard Wanrooij

Last Published

March 16th, 2021

Functions in spotidy (0.1.0)

get_albums

Gets multiple albums
get_album_tracks

Gets tracks from an album
get_artists

Gets multiple artists
get_artist_top_tracks

Gets top tracks from an artist
get_album

Gets an album
get_artist_albums

Gets albums from an artist
get_spotify_api_token

Gets a Spotify API token
get_artist_related_artists

Gets related artists from an artist
get_artist

Gets an artist
get_track

Gets a track
get_tracks_audio_features

Gets audio features of multiple tracks
get_tracks

Gets multiple tracks
get_track_audio_features

Gets audio features of a single track
search_artists

Search artists based on given input
search_tracks

Search tracks based on given input
search_albums

Search albums based on given input