-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.25 KB
/
NAMESPACE
File metadata and controls
54 lines (53 loc) · 1.25 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
export(add_CI)
export(add_HTMLink)
export(add_URL)
export(add_ident)
export(append_scraps)
export(build_chairs)
export(build_horse)
export(build_table)
export(check_grain)
export(create_status_cols)
export(debark)
export(dedupe_MA)
export(do_MA)
export(expect_snapshot_csv)
export(format_ma_results)
export(get_col_types)
export(handle_col_warnings)
export(log_warnings)
export(mill)
export(read_timber)
export(reorder_fields)
export(risk_ratio_to_odds_ratio)
export(save_csv)
export(start_mill)
export(sub_mill)
export(sweep_scraps)
export(trim_scraps)
export(update_sawmill)
export(validate_contingency_table)
export(validate_odds_ratio)
export(validate_prevalence_table)
export(validate_ratio)
export(validate_risk_ratio)
export(write_tibble_to_csv)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(metafor,rma)
importFrom(readr,write_csv)
importFrom(readxl,read_excel)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(tibble,add_row)