forked from charlie86/spotifyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 896 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: spotifyr
Title: Pull Track Audio Features from the 'Spotify' Web API
Version: 1.1.0
Authors@R: person("Charlie", "Thompson", email = "[email protected]", role = c("aut", "cre"))
Description: A wrapper for pulling track audio features from the
'Spotify' Web API <http://developer.spotify.com/web-api> in bulk.
By automatically batching API requests, it allows you to enter an artist's
name and retrieve their entire discography in seconds, along with audio
features and track/album popularity metrics. You can also pull song and
playlist information for a given 'Spotify' user (including yourself!).
Depends: R (>= 3.3.0)
Imports:
dplyr,
purrr,
tidyr,
httr,
lubridate
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat
URL: http://github.com/charlie86/spotifyr
BugReports: http://github.com/charlie86/spotifyr/issues