EVOLUTION-MANAGER
Edit File: spotifyr.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: 'spotifyr' package</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for spotifyr {spotifyr}"><tr><td>spotifyr {spotifyr}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2><code>spotifyr</code> package</h2> <h3>Description</h3> <p>A Quick and Easy Wrapper for Pulling Track Audio Features from Spotify's Web API in Bulk </p> <h3>Details</h3> <p>See the README on <a href="https://github.com/charlie86/spotifyr#readme">GitHub</a> </p> <h3>artist functions</h3> <p>Retrieve information related to artists. <code><a href="get_artist.html">get_artist</a></code>: Get the data of a single artist.<br /> <code><a href="get_artists.html">get_artists</a></code>: Get the data of multiple artist.<br /> <code><a href="get_related_artists.html">get_related_artists</a></code>: Get that of related artist to an original artist.<br /> <code><a href="get_artist_albums.html">get_artist_albums</a></code>: Get artists who appear on an album.<br /> </p> <h3>track functions</h3> <p>Retrieve information related to individual song recordings (songs, concerts). <code><a href="get_track.html">get_track</a></code> <br /> <code><a href="get_tracks.html">get_tracks</a></code> <br /> <code><a href="get_playlist_tracks.html">get_playlist_tracks</a></code> <br /> </p> <h3>album functions</h3> <p>Retrieve information about albums. See also <code><a href="get_album_tracks.html">get_album_tracks</a></code>. </p> <h3>playlist functions</h3> <p>Work with playlists.<br /> <code><a href="add_tracks_to_playlist.html">add_tracks_to_playlist</a></code> <br /> <code><a href="change_playlist_details.html">change_playlist_details</a></code> <br /> <code><a href="get_user_playlists.html">get_user_playlists</a></code> <br /> </p> <h3>player functions</h3> <p>Interact with the user's devices and players. </p> <h3>personalization functions</h3> <p><code><a href="get_my_top_artists_or_tracks.html">get_my_top_artists_or_tracks</a></code> </p> <h3>musicology functions</h3> <p>Functions related to the contents of the music.<br /> <code><a href="get_track_audio_analysis.html">get_track_audio_analysis</a></code> <br /> <code><a href="get_artist_audio_features.html">get_artist_audio_features</a></code> <br /> <code><a href="get_playlist_audio_features.html">get_playlist_audio_features</a></code> <br /> <code><a href="get_user_audio_features.html">get_user_audio_features</a></code><br /> <code><a href="get_genre_artists.html">get_genre_artists</a></code> <br /> </p> <h3>lyrics functions</h3> <p>Functions related to the lyrics of the music, such as <br /> <code><a href="get_discography.html">get_discography</a></code>. </p> <h3>search functions</h3> <p>Search for an artist, song or other keyword.<br /> The main function is <code><a href="search_spotify.html">search_spotify</a></code>. </p> <h3>authentication functions</h3> <p>Helper functions to provide authentication function for requests. Never reveal in public documents, markdown files the returned values of these functions: <br /> <code><a href="get_spotify_authorization_code.html">get_spotify_authorization_code</a></code> <br /> <code><a href="get_spotify_access_token.html">get_spotify_access_token</a></code>. </p> <hr /><div style="text-align: center;">[Package <em>spotifyr</em> version 2.2.3 <a href="00Index.html">Index</a>]</div> </body></html>