-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 1000 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
35
36
37
# Generated by roxygen2: do not edit by hand
export(aggregate_results)
export(create_project)
export(prepare_data)
export(process_data)
importFrom(EnvStats,geoMean)
importFrom(data.table,"%like%")
importFrom(data.table,data.table)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice_min)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(progress,progress_bar)
importFrom(purrr,is_empty)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,write_csv)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(utils,globalVariables)
importFrom(utils,packageVersion)
importFrom(webchem,pc_prop)