-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
76 lines (75 loc) · 2.08 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(add_OOS_mins_per_yr)
export(add_eftv_wkly_hrs)
export(add_main_calcs_tb)
export(add_max_wkly_OOS_hrs)
export(add_meets_non_OOS_wkly_hrs_test)
export(add_n_OOS_per_yr)
export(add_n_epsds_per_yr)
export(add_resc_occupcy_tb)
export(add_sfcs_to_var_nms)
export(add_sfx_to_var_nm)
export(bind_resource_tbs)
export(bind_tbs_in_input_ls)
export(calculate_expenditure)
export(deprecated)
export(format_bound_resc_tb)
export(get_clone_targets)
export(get_nbr_of_decimals)
export(import_input_data)
export(make_cf_resc_tb)
export(make_expenditure_smry_tb)
export(make_resource_use_df)
export(print_expdr_smry_tb)
export(print_intvs_df)
export(print_rcps_tb)
export(print_resc_occupcy_tb)
export(print_resource_use_df)
export(print_resources_df)
export(remove_col_nms_obj_sfcs)
export(transform_inp_data_for_incld_intvs)
export(transform_inp_data_for_rescs__calcs)
export(transform_inp_ls_for_analysis)
export(transform_resc_occupcy_tb)
export(transform_to_clone_nat_dmd)
export(update_intv_rcps_per_OOS)
export(update_main_calcs_with_met_dmd)
export(update_resc_occupcy_tb)
export(update_resc_use_tb_for_gndr_diffs)
import(methods)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_all)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2_dbl)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(readxl,read_xlsx)
importFrom(ready4,add_lups)
importFrom(ready4,get_from_lup_obj)
importFrom(ready4show,print_table)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,setNames)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tibble,tibble)