get_saved_albums: get_saved_albums

Description Usage Arguments Value Examples

View source: R/get_albums.R

Description

Creates a dataframe of all of the albums you have saved

Usage

1
get_saved_albums(select_key_cols = TRUE, rename_key_cols = TRUE)

Arguments

select_key_cols

Boolean. Sets whether to select key columns of interest or alternatively to leave all columns as is. Defaults to TRUE

rename_key_cols

Boolean. Sets whether to rename the key columns to more user-friendly names. Defaults to TRUE. Cannot be TRUE if select_key_cols is FALSE

Value

Dataframe

Examples

1
2
3
4
5
6
## Not run: 
client_id = Sys.setenv("SPOTIFY_CLIENT_ID"),
client_secret = Sys.setenv("SPOTIFY_CLIENT_SECRET")
dat <- get_saved_albums()

## End(Not run)

condwanaland/spotty documentation built on Dec. 19, 2021, 6:01 p.m.