tidy {spotifyr} | R Documentation |
Tidy a Playlist
Description
tidy
extracts and tidies the data frame containing track level
information that is returned from get_playlist
as a tibble.
Usage
tidy(x, ...)
## S3 method for class 'playlist'
tidy(x, ...)
## S3 method for class 'playlist'
print(x, ...)
Arguments
x |
A playlist object generated from |
... |
Unused. |
Value
Return or print a tidy version a tibble containing the track level
information that is returned from get_playlist
.
See Also
Other playlist functions:
add_tracks_to_playlist()
,
change_playlist_details()
,
check_users_following()
,
create_playlist()
,
get_my_playlists()
,
get_playlist()
,
get_user_playlists()
,
remove_tracks_from_playlist()
Examples
## Not run:
fall <- get_playlist("4GSV6uJzlbtTCPJhnVU1o8")
tidy(fall)
print(fall)
## End(Not run)
[Package spotifyr version 2.2.4 Index]