check_me_following {spotifyr} | R Documentation |
Check Me Following
Description
Check if the current user is following specific artists or users.
Usage
check_me_following(type, ids, authorization = get_spotify_authorization_code())
Arguments
type |
Required. String of the ID type: either |
ids |
Required. A character vector of the artist or the user
Spotify IDs to check. For example: |
authorization |
Required. A valid access token from the Spotify Accounts service. See the Web API authorization Guide for more details. Defaults to |
Value
A data frame containing three columns, "type"
, the "id"
of the
artist or users and "is_following"
as a logical, boolean variable.