forked from charlie86/spotifyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 841 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Generated by roxygen2: do not edit by hand
export(get_album_data)
export(get_album_popularity)
export(get_album_tracks)
export(get_albums)
export(get_artist_albums)
export(get_artist_audio_features)
export(get_artists)
export(get_discography)
export(get_playlist_audio_features)
export(get_playlist_tracks)
export(get_playlists)
export(get_related_artists)
export(get_spotify_access_token)
export(get_track_audio_features)
export(get_track_popularity)
export(get_user_audio_features)
export(get_user_playlist_count)
export(get_user_playlists)
export(parse_playlist_list_to_df)
import(dplyr)
import(geniusR)
import(httr)
import(purrr)
import(stringdist)
import(tidyr)
importFrom(lubridate,year)
importFrom(purrr,possibly)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)