| get_my_saved_albums {tinyspotifyr} | R Documentation | 
Get Current User's Saved Albums
Description
Get a list of the albums saved in the current Spotify user’s ‘Your Music’ library.
Usage
get_my_saved_albums(
  limit = 20,
  offset = 0,
  market = NULL,
  authorization = get_spotify_authorization_code(),
  include_meta_info = FALSE
)
Arguments
| limit | Optional.  | 
| offset | Optional.  | 
| market | 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 profile information. See https://developer.spotify.com/documentation/web-api/reference/library/get-users-saved-albums/ for more information.