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

tidy(x, ...)

Arguments

x

A playlist object generated from

Examples

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