Description Usage Arguments Value Examples
Creates a dataframe of all of the albums you have saved
1 | get_saved_albums(select_key_cols = TRUE, rename_key_cols = TRUE)
|
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 |
Dataframe
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.