add_tracks_to_playlist {tinyspotifyr} | R Documentation |
Add one or more tracks to a user’s playlist.
Description
Add one or more tracks to a user’s playlist.
Usage
add_tracks_to_playlist(
playlist_id,
uris,
position = NULL,
market = NULL,
authorization = get_spotify_authorization_code()
)
Arguments
playlist_id |
Required. The Spotify ID for the playlist. |
uris |
Optional. A character vector of Spotify track URIs to add. For example |
position |
Optional. Integer indicating the position to insert the tracks, a zero-based index. For example, to insert the tracks in the first position: |
market |
Optional for music. Required for podcasts episodes. |
authorization |
Required. A valid access token from the Spotify Accounts service. See the Web API authorization Guide for more details. Defaults to |
Value
No return value. Tracks added to playlist.