get_albums: Get Several Albums Get Spotify catalog information for...

Description Usage Arguments References Examples

View source: R/albums.R

Description

Get Several Albums Get Spotify catalog information for multiple albums identified by their Spotify IDs.

Usage

1

Arguments

ids

Required. A comma-separated list of the Spotify IDs for the albums. Maximum: 20 IDs.

References

API documentation

Examples

1
2
3
set_tokens()
get_albums(ids = c('41MnTivkwTO3UUJ8DrqEJJ', '6JWc4iAiJ9FjyK0B59ABb4', '6UXCm6bOO4gFlDQZV5yL37'))
get_albums(ids = c('41MnTivkwTO3UUJ8DrqEJJ', '6JWc4iAiJ9FjyK0B59ABb4', '6UXCm6bOO4gFlDQZV5yL37'), market='US')

rweyant/spotifyr documentation built on May 28, 2019, 10:43 a.m.