Get all the songs from a user's playlists
Source:R/get_users_playlists_songs.R
get_playlists_songs.Rd
A wrapper function that gets the names of all songs contained in one or more of a user's owned and saved public or collaborative playlists. By default, all songs from valid playlists are returned, but playlists can also be specified by name.
Examples
if (FALSE) {
get_playlists_songs()
get_playlists_songs('night drives')
get_playlists_songs(c('night drives', 'boss rush'))
}