-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
36 lines (35 loc) · 909 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
34
35
36
# Generated by roxygen2: do not edit by hand
export(pi_get_dates)
export(pi_get_eras)
export(pi_get_random_show)
export(pi_get_shows)
export(pi_get_songs)
export(pi_get_tags)
export(pi_get_tours)
export(pi_get_tracks)
export(pi_get_venues)
export(pi_get_years)
export(pn_get_setlist)
export(pn_get_show_notes)
export(pn_get_show_rating)
import(jsonlite)
importFrom(attempt,stop_if_all)
importFrom(attempt,stop_if_not)
importFrom(curl,has_internet)
importFrom(dplyr,filter)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_split_fixed)
importFrom(utils,browseURL)
importFrom(xml2,as_list)
importFrom(xml2,read_html)
importFrom(xml2,xml_find_all)
importFrom(zoo,na.locf)