get_several_tracks_features_vectorized: Get Several Tracks Features Vectorized

Description Usage Arguments Value Author(s) Examples

View source: R/get_several_tracks_features_vectorized.R

Description

This function allows you to load several tracks features really fast specially with a large amount of tracks. Improves the performance in comparision with get_several_tracks_features.

Usage

1
2

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

1
2
3
4
## Not run: 
get_several_tracks_features_vectorized(df)

## End(Not run)

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