spotifyr (version 2.1.1)

tidy: Tidy a playlist

Description

spotifyr::tidy() extracts and tidies the data frame containing track level information that is returned from get_playlist() as a tibble.

Usage

tidy(x, ...)

Arguments

x

A playlist object generated from

...

Generic arguments to be passed

Examples

Run this code
# NOT RUN {
fall <- get_playlist("4GSV6uJzlbtTCPJhnVU1o8")
tidy(fall)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab