get_several_tracks_features {DSpoty}R Documentation

Get Several Tracks Features

Description

This function allows you to load several tracks features in a faster way.

Usage

get_several_tracks_features(tracks_df,
  access_token = DSpoty::get_spotify_access_token())

Arguments

tracks_df

Dataframe containing the tracks ids in the first column.

access_token

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

Value

Returns a data frame with all the tracks_features for the selected tracks uris.

Author(s)

Alberto Almui?a

Examples

## Not run: 
get_several_tracks_features(df)

## End(Not run)

[Package DSpoty version 0.1.0 Index]