get_several_artists {DSpoty} | R Documentation |
Get Several Artists
Description
This function allows you to load several artists in a faster way.
Usage
get_several_artists(artist_ids_df, ids_label = 1,
access_token = DSpoty::get_spotify_access_token())
Arguments
artist_ids_df |
Dataframe containing the artists ids in one of the columns. |
ids_label |
Integer indicating the column number of the artists ids. Default to 1. |
access_token |
Spotify Web API token. Defaults to DSpoty::get_spotify_access_token() |
Value
Returns a data frame with all the artist's information
Author(s)
Alberto Almui?a
Examples
## Not run:
get_several_artists(df,1)
## End(Not run)
[Package DSpoty version 0.1.0 Index]