powered by
This function allows you to load several tracks in a faster way.
get_several_tracks(tracks_id_df, ids_label = 1, access_token = DSpoty::get_spotify_access_token())
Dataframe containing the tracks ids in one of the columns.
Integer indicating the column number of the tracks ids. Default to 1.
Spotify Web API token. Defaults to DSpoty::get_spotify_access_token()
Returns a data frame with all the artist's information
# NOT RUN { get_several_tracks(df,1) # }
Run the code above in your browser using DataLab