getAudioFeatures: Get Audio Features of a Song

Description Usage Arguments Value

View source: R/spotify_InfoAPI.R

Description

Spotify automatically generates a number of audio features for each song.

Usage

1
2
3
4
5
getAudioFeatures(
  songId,
  output = "dataframe",
  authentication_token = getAuthenticationToken()
)

Arguments

songId

The Id of a song to search

output

Output type. "json", "dataframe", or "graph"

authentication_token

Predefined argument which runs getAuthenticationToken()

Value

A json object, dataframe, or graph describing song features


lukavuko/wrappify documentation built on Dec. 28, 2021, 4:07 p.m.