-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 792 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 792 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(format_tables_md)
export(max_ecdf)
export(max_ecdf_dist)
export(save_h2o_models_metrics)
export(send_email)
export(variable_list)
import(emayili)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(h2o,h2o.getModel)
importFrom(h2o,h2o.saveModel)
importFrom(kableExtra,kable_styling)
importFrom(knitr,kable)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,set_names)
importFrom(rlang,enquo)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)