Description Usage Arguments Value Author(s) Examples
View source: R/get_several_tracks.R
This function allows you to load several tracks in a faster way.
1 2 | get_several_tracks(tracks_id_df, ids_label = 1,
access_token = DSpoty::get_spotify_access_token())
|
tracks_id_df |
Dataframe containing the tracks ids in one of the columns. |
ids_label |
Integer indicating the column number of the tracks ids. Default to 1. |
access_token |
Spotify Web API token. Defaults to DSpoty::get_spotify_access_token() |
Returns a data frame with all the artist's information
Alberto Almui?a
1 2 3 4 | ## Not run:
get_several_tracks(df,1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.