spotifyr (version 2.1.0)

get_spotify_access_token: Get Spotify Access Token

Description

This function creates a Spotify access token.

Usage

get_spotify_access_token(client_id = Sys.getenv("SPOTIFY_CLIENT_ID"),
  client_secret = Sys.getenv("SPOTIFY_CLIENT_SECRET"))

Arguments

client_id

Defaults to System Envioronment variable "SPOTIFY_CLIENT_ID"

client_secret

Defaults to System Envioronment variable "SPOTIFY_CLIENT_SECRET"

Examples

Run this code
# NOT RUN {
get_spotify_access_token()
# }

Run the code above in your browser using DataCamp Workspace