EVOLUTION-MANAGER
Edit File: get_discography.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: Retrieve Artist Discography with Song Lyrics and Audio Info</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 get_discography {spotifyr}"><tr><td>get_discography {spotifyr}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Retrieve Artist Discography with Song Lyrics and Audio Info</h2> <h3>Description</h3> <p>Retrieve the entire discography of an artist with the lyrics of each song and the associated audio information. Returns the song data as a nested tibble. This way we can easily see each album, artist, and song title before expanding our data. </p> <h3>Usage</h3> <pre> get_discography(artist, authorization = get_spotify_access_token()) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>artist</code></td> <td> <p>The quoted name of the artist. Spelling matters, capitalization does not.</p> </td></tr> <tr valign="top"><td><code>authorization</code></td> <td> <p>Authorization token for Spotify web API. Defaults to <code>get_spotify_access_token()</code>.</p> </td></tr> </table> <h3>Value</h3> <p>A nested tibble. See <code>tidyr::<a href="../../tidyr/html/nest.html">nest</a></code>. </p> <h3>See Also</h3> <p>Other album functions: <code><a href="get_albums.html">get_albums</a>()</code>, <code><a href="get_album.html">get_album</a>()</code> </p> <h3>Examples</h3> <pre> rex_orange <- get_discography("Rex Orange County") </pre> <hr /><div style="text-align: center;">[Package <em>spotifyr</em> version 2.2.3 <a href="00Index.html">Index</a>]</div> </body></html>