-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
36 lines (35 loc) · 966 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
# Generated by roxygen2: do not edit by hand
export(Absence_Check)
export(CARTBEQ_calc_combiner)
export(CHOAVLDFg_calculator)
export(Change_Summary)
export(Column_Comparison)
export(Data_Imputer)
export(Decimal_System_Checker)
export(Description_Generator)
export(ENERCKcal_calculator)
export(ENERCKcal_standardised)
export(ENERCKj_calculator)
export(ENERCKj_standardised)
export(Fuzzy_Matcher)
export(Group_Summariser)
export(NIAmg_calc_combiner)
export(SOPg_calculator)
export(THIAmg_combiner)
export(Table_Creator)
export(VITA_RAEmcg_calculator)
export(VITAmcg_calculator)
export(nutri_combiner)
import(rhandsontable)
import(shiny)
importFrom(dplyr,across)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,select_if)
importFrom(fuzzyjoin,stringdist_join)
importFrom(lifecycle,deprecated)
importFrom(stats,weighted.mean)
importFrom(stringdist,stringdist)
importFrom(stringr,str_c)
importFrom(tibble,rowid_to_column)