EVOLUTION-MANAGER
Edit File: tidy.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: Tidy a Playlist</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 tidy {spotifyr}"><tr><td>tidy {spotifyr}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Tidy a Playlist</h2> <h3>Description</h3> <p><code><a href="tidy.html">tidy</a></code> extracts and tidies the data frame containing track level information that is returned from <code><a href="get_playlist.html">get_playlist</a></code> as a tibble. </p> <h3>Usage</h3> <pre> tidy(x, ...) ## S3 method for class 'playlist' tidy(x, ...) ## S3 method for class 'playlist' print(x, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>A playlist object generated from <code>get_playlist()</code>.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Unused.</p> </td></tr> </table> <h3>Value</h3> <p>Return or print a tidy version a tibble containing the track level information that is returned from <code><a href="get_playlist.html">get_playlist</a></code>. </p> <h3>See Also</h3> <p>Other playlist functions: <code><a href="add_tracks_to_playlist.html">add_tracks_to_playlist</a>()</code>, <code><a href="change_playlist_details.html">change_playlist_details</a>()</code>, <code><a href="check_users_following.html">check_users_following</a>()</code>, <code><a href="create_playlist.html">create_playlist</a>()</code>, <code><a href="get_my_playlists.html">get_my_playlists</a>()</code>, <code><a href="get_playlist.html">get_playlist</a>()</code>, <code><a href="get_user_playlists.html">get_user_playlists</a>()</code>, <code><a href="remove_tracks_from_playlist.html">remove_tracks_from_playlist</a>()</code> </p> <h3>Examples</h3> <pre> fall <- get_playlist("4GSV6uJzlbtTCPJhnVU1o8") tidy(fall) print(fall) </pre> <hr /><div style="text-align: center;">[Package <em>spotifyr</em> version 2.2.3 <a href="00Index.html">Index</a>]</div> </body></html>