get_user_playlists {tinyspotifyr} | R Documentation |
Get a list of the playlists owned or followed by a Spotify user.
Description
Get a list of the playlists owned or followed by a Spotify user.
Usage
get_user_playlists(
user_id,
limit = 20,
offset = 0,
authorization = get_spotify_authorization_code(),
include_meta_info = FALSE
)
Arguments
user_id |
Required. The user's Spotify user ID. |
limit |
Optional. |
offset |
Optional. |
authorization |
Required. A valid access token from the Spotify Accounts service. See the Web API authorization Guide for more details. Defaults to |
include_meta_info |
Optional. Boolean indicating whether to include full result, with meta information such as |
Value
Returns a data frame of results containing user playlist information. See the official Spotify Web API documentation for more information.