-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
85 lines (84 loc) · 2.27 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
# Generated by roxygen2: do not edit by hand
export(ph_calculate_cases)
export(ph_calculate_nus)
export(ph_calculate_pdeath)
export(ph_calculate_rates)
export(ph_create_params)
export(ph_gdrive_files)
export(ph_get_cases)
export(ph_get_daily)
export(ph_get_fields)
export(ph_get_psa2015_pop)
export(ph_get_tests)
export(ph_get_wpp2019_births)
export(ph_get_wpp2019_deaths)
export(ph_get_wpp2019_pop)
export(ph_set_cases)
export(ph_set_cocoon)
export(ph_set_distancing)
export(ph_set_general)
export(ph_set_handwashing)
export(ph_set_hospital)
export(ph_set_household)
export(ph_set_interventions)
export(ph_set_isolation)
export(ph_set_lockdown)
export(ph_set_params)
export(ph_set_population)
export(ph_set_quarantine)
export(ph_set_school)
export(ph_set_screening)
export(ph_set_severe)
export(ph_set_travel)
export(ph_set_vaccination)
export(ph_set_virus)
export(ph_set_work)
importFrom(RCurl,getURL)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_h1)
importFrom(cli,cli_h2)
importFrom(cli,cli_h3)
importFrom(cli,cli_text)
importFrom(cli,col_blue)
importFrom(cli,col_red)
importFrom(cli,col_yellow)
importFrom(cli,symbol)
importFrom(dplyr,select)
importFrom(googledrive,as_id)
importFrom(googledrive,drive_deauth)
importFrom(googledrive,drive_download)
importFrom(googledrive,drive_get)
importFrom(googledrive,drive_ls)
importFrom(lubridate,"%within%")
importFrom(lubridate,days)
importFrom(lubridate,dmy)
importFrom(lubridate,interval)
importFrom(lubridate,is.Date)
importFrom(lubridate,mdy)
importFrom(lubridate,month)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,getSheetNames)
importFrom(openxlsx,read.xlsx)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,writeData)
importFrom(pdftools,pdf_text)
importFrom(stats,aggregate)
importFrom(stats,prop.test)
importFrom(stats,t.test)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_title)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,read.csv)
importFrom(utils,tail)