-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(calculate_containment_health)
export(calculate_economic_support)
export(calculate_gov_response)
export(calculate_index)
export(calculate_indices)
export(calculate_stringency)
export(calculate_subindex)
export(calculate_subindices)
export(get_data)
export(get_data_action)
export(get_data_actions)
export(get_data_time)
export(get_data_v1)
export(get_data_v1_complete)
export(get_data_v1_timeseries)
export(get_json_actions)
export(get_json_time)
importFrom(countrycode,countrycode)
importFrom(countrycode,countryname)
importFrom(curl,has_internet)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,last_col)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(httr,http_error)
importFrom(jsonlite,fromJSON)
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(tidyr,pivot_longer)
importFrom(utils,download.file)