-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
91 lines (90 loc) · 2.43 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,covidcast_data_signal_list)
S3method(as_tibble,covidcast_data_source_list)
S3method(print,EpiRange)
S3method(print,EpidataFieldInfo)
S3method(print,covidcast_data_signal)
S3method(print,covidcast_data_signal_list)
S3method(print,covidcast_data_source)
S3method(print,covidcast_epidata)
S3method(print,epidata_call)
S3method(print,fetch_args)
export(avail_endpoints)
export(cache_info)
export(clear_cache)
export(covidcast_epidata)
export(disable_cache)
export(epirange)
export(fetch)
export(fetch_args_list)
export(get_api_key)
export(pub_covid_hosp_facility)
export(pub_covid_hosp_facility_lookup)
export(pub_covid_hosp_state_timeseries)
export(pub_covidcast)
export(pub_covidcast_meta)
export(pub_delphi)
export(pub_dengue_nowcast)
export(pub_ecdc_ili)
export(pub_flusurv)
export(pub_fluview)
export(pub_fluview_clinical)
export(pub_fluview_meta)
export(pub_gft)
export(pub_kcdc_ili)
export(pub_meta)
export(pub_nidss_dengue)
export(pub_nidss_flu)
export(pub_nowcast)
export(pub_paho_dengue)
export(pub_wiki)
export(pvt_cdc)
export(pvt_dengue_sensors)
export(pvt_ght)
export(pvt_meta_norostat)
export(pvt_norostat)
export(pvt_quidel)
export(pvt_sensors)
export(pvt_twitter)
export(save_api_key)
export(set_cache)
import(cachem)
import(glue)
importFrom(MMWRweek,MMWRweek)
importFrom(MMWRweek,MMWRweek2Date)
importFrom(checkmate,assert)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,check_character)
importFrom(checkmate,check_class)
importFrom(checkmate,check_date)
importFrom(checkmate,check_integerish)
importFrom(checkmate,check_list)
importFrom(checkmate,check_names)
importFrom(checkmate,test_character)
importFrom(checkmate,test_class)
importFrom(checkmate,test_date)
importFrom(checkmate,test_integerish)
importFrom(checkmate,test_list)
importFrom(httr,RETRY)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,modify_url)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(openssl,md5)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(readr,read_csv)
importFrom(stats,na.omit)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,help.search)
importFrom(utils,sessionInfo)
importFrom(xml2,read_html)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)