-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
export(datadrop_download)
export(datadrop_get)
export(datadrop_get_cases)
export(datadrop_get_cdaily)
export(datadrop_get_changelog)
export(datadrop_get_cweekly)
export(datadrop_get_fields)
export(datadrop_get_qdaily)
export(datadrop_get_qweekly)
export(datadrop_get_sheets)
export(datadrop_get_tests)
export(datadrop_id)
export(datadrop_id_archive)
export(datadrop_id_file)
export(datadrop_id_latest)
export(datadrop_ls)
importFrom(RCurl,getURL)
importFrom(dplyr,filter)
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,interval)
importFrom(lubridate,month)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(pdftools,pdf_text)
importFrom(readxl,excel_sheets)
importFrom(readxl,read_xlsx)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,word)
importFrom(tibble,tibble)
importFrom(utils,read.csv)