get_track_popularity: Get Track Popularity

Description Usage Arguments Value Author(s) Examples

View source: R/get_track_popularity.R

Description

This function that returns the popularity of a track uri on Spotify.

Usage

1
2
get_track_popularity(track_uri, limit = 1, offset = 0,
  access_token = DSpoty::get_spotify_access_token())

Arguments

track_uri

A track uri corresponding to one track in Spotify.

limit

Integer indicating the max number of artists to return. Defaults to 1, max of 50.

offset

Integer indicating the offset of the first artist to return. Defaults to 0 (Spotify's API default value).

access_token

Spotify Web API token. Defaults to DSpoty::get_spotify_access_token().

Value

Returns an integer vector with the popularity value (0-100).

Author(s)

Alberto Almui?a

Examples

1
2
3
4
## Not run: 
popularity <- get_track_popularity('0FgNSsaSZTvbLXUumSO8LQ')

## End(Not run)

AlbertoAlmuinha/DSPOTY documentation built on May 2, 2020, 2:28 p.m.