spotifyr (version 2.2.4)

tidy: 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 playlist tidy(x, ...)

# S3 method for playlist print(x, ...)

Value

Return or print a tidy version a tibble containing the track level information that is returned from get_playlist.

Arguments

x

A playlist object generated from get_playlist().

...

Unused.

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

Run this code
if (FALSE) {
fall <- get_playlist("4GSV6uJzlbtTCPJhnVU1o8")
tidy(fall)

print(fall)
}

Run the code above in your browser using DataLab