get_track
returns list
rather than data.frame
and only works for a single id
#184
Labels
get_track
returns list
rather than data.frame
and only works for a single id
#184
A simple fix is to update the documentation such that the return value indicates it's a list.
However, an optimal solution is to perform reformatting such that the list returned becomes a single row data.frame compatible with formatting of the tracks.items as returned by
get_playlist
to allow for row binding.The text was updated successfully, but these errors were encountered: