-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
60 lines (59 loc) · 1.53 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
export(browse_artists_by)
export(browse_events_by)
export(browse_labels_by)
export(browse_places_by)
export(browse_recordings_by)
export(browse_release_groups_by)
export(browse_releases_by)
export(browse_works_by)
export(lookup_area_by_id)
export(lookup_artist_by_id)
export(lookup_event_by_id)
export(lookup_instrument_by_id)
export(lookup_label_by_id)
export(lookup_place_by_id)
export(lookup_recording_by_id)
export(lookup_release_by_id)
export(lookup_release_group_by_id)
export(lookup_series_by_id)
export(lookup_work_by_id)
export(search_annotations)
export(search_areas)
export(search_artists)
export(search_events)
export(search_instruments)
export(search_labels)
export(search_places)
export(search_recordings)
export(search_release_groups)
export(search_releases)
export(search_series)
export(search_works)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(httr,status_code)
importFrom(memoise,memoise)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(purrr,pmap_dfc)
importFrom(ratelimitr,limit_rate)
importFrom(ratelimitr,rate)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,UQ)
importFrom(rlang,UQS)
importFrom(stats,setNames)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,drop_na)
importFrom(utils,URLencode)