Set and retrieve Spotify client information.
Usage
get_spotify_access_token()
set_spotify_api_key(id = NULL, secret = NULL)
Arguments
- id
A Spotify Client ID.
- secret
A Spotify Client Secret.
Examples
get_spotify_access_token()
#> $client_id
#> [1] "c7935f85f8b0447ea7d77c92364d0dd2"
#>
#> $client_secret
#> [1] "dc409a6ff5844a26b3a43d909aea7380"
#>