-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
34 lines (33 loc) · 869 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
# Generated by roxygen2: do not edit by hand
export(csr_build)
export(csr_database)
export(csr_dataset)
export(csr_make_release)
export(csr_metadata)
export(csr_remove_stan_data)
export(csr_report_database)
export(csr_report_dataset)
export(csr_reports_all)
export(csr_standardize_data)
export(csr_table)
export(list_datasets)
export(rbind_list)
export(read_dataset)
importFrom(lubridate,mdy_hm)
importFrom(lubridate,round_date)
importFrom(rmarkdown,render)
importFrom(stats,aggregate)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)