get_my_followed_artists | R Documentation |
Get the current user’s followed artists.
get_my_followed_artists(
limit = 20,
after = NULL,
authorization = get_spotify_authorization_code(),
include_meta_info = FALSE
)
limit |
Optional. The maximum number of items to return. Default: 20. Minimum: 1. Maximum: 50. |
after |
Optional. The last artist ID retrieved from the previous request. |
authorization |
Required. A valid access token from the Spotify Accounts service. See the Web API authorization Guide for more details. Defaults to |
include_meta_info |
Optional. Boolean indicating whether to include full result,
with meta information such as |
A data frame containing my followed artists with some of full information about the followed artists.
Other artist functions:
get_artist()
,
get_artist_albums()
,
get_artist_top_tracks()
,
get_artists()
,
get_related_artists()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.