forked from abcds-core/abcds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 827 Bytes
/
Copy pathNAMESPACE
File metadata and controls
31 lines (30 loc) · 827 Bytes
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
# Generated by roxygen2: do not edit by hand
export(add_latency)
export(apply_factor_labels)
export(apply_labels)
export(calculate_kbit2_score)
export(deploy_kbit2_app)
export(print_kbit2_results)
export(read_apoe)
export(read_cognitive)
export(read_demographics)
export(read_health_history)
export(read_neuro_exam)
import(magrittr)
importFrom(data.table,`:=`)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(foreach,`%dopar%`)
importFrom(foreach,foreach)
importFrom(lifecycle,deprecated)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(plyr,rbind.fill)
importFrom(shiny,runApp)
importFrom(tibble,tibble)
importFrom(utils,read.csv)
importFrom(utils,write.csv)