follow: Follow Artists or Users Add the current user as a follower of...

Description Usage Arguments References Examples

View source: R/follow.R

Description

Follow Artists or Users Add the current user as a follower of one or more artists or other Spotify users.

Usage

1
follow(ids, type = c("artist", "user"), ...)

Arguments

ids

Optional. A comma-separated list of the artist or the user Spotify IDs.

type

Required. The ID type: either artist or user.

References

API documentation

Examples

1
2
3
set_tokens()
user_auth()
follow('08td7MxkoHQkXnWAYD8d6Q', type='artist')

rweyant/spotifyr documentation built on May 28, 2019, 10:43 a.m.