Package: spotidy 0.1.0
Lennard van Wanrooij
spotidy: Providing Convenience Functions to Connect R with the Spotify API
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 <https://developer.spotify.com/documentation/web-api/> for information about the Web 'API'.
Authors:
spotidy_0.1.0.tar.gz
spotidy_0.1.0.tar.gz(r-4.5-noble)spotidy_0.1.0.tar.gz(r-4.4-noble)
spotidy_0.1.0.tgz(r-4.4-emscripten)spotidy_0.1.0.tgz(r-4.3-emscripten)
spotidy.pdf |spotidy.html✨
spotidy/json (API)
# Install 'spotidy' in R: |
install.packages('spotidy', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:62a53f63a5. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-linux | OK | Nov 07 2024 |
Exports:get_albumget_album_tracksget_albumsget_artistget_artist_albumsget_artist_related_artistsget_artist_top_tracksget_artistsget_spotify_api_tokenget_trackget_track_audio_featuresget_tracksget_tracks_audio_featuressearch_albumssearch_artistssearch_tracks
Dependencies:askpassclicurldplyrfansigenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigpurrrR6rlangsystibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Gets an album | get_album |
Gets tracks from an album | get_album_tracks |
Gets multiple albums | get_albums |
Gets an artist | get_artist |
Gets albums from an artist | get_artist_albums |
Gets related artists from an artist | get_artist_related_artists |
Gets top tracks from an artist | get_artist_top_tracks |
Gets multiple artists | get_artists |
Gets a Spotify API token | get_spotify_api_token |
Gets a track | get_track |
Gets audio features of a single track | get_track_audio_features |
Gets multiple tracks | get_tracks |
Gets audio features of multiple tracks | get_tracks_audio_features |
Search albums based on given input | search_albums |
Search artists based on given input | search_artists |
Search tracks based on given input | search_tracks |