-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
79 lines (78 loc) · 2.04 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
77
78
79
# Generated by roxygen2: do not edit by hand
export(calc_discount)
export(concat_notes)
export(costing_info)
export(create_rc_link)
export(create_snf_expense_proportions_table)
export(create_snf_proportions_table)
export(event_ids)
export(expenses_prep)
export(gen_pdf)
export(get_data)
export(get_ftes)
export(get_generic_df)
export(get_metadata)
export(get_notes)
export(get_workpackage_data)
export(get_wp_df)
export(info_to_dataframe)
export(notes_filter)
export(overhead)
export(record_costing_exists)
export(record_costings_exist)
export(record_meta_enough)
export(redcap_version)
export(run_costing_app)
export(select_expenses_for_admin)
export(select_expenses_for_pdf)
export(select_for_admin)
export(select_for_pdf)
export(select_fte_for_admin)
export(snf_cost_table)
export(snf_expenses_cost_table)
export(snf_iict_yearly_budget)
export(specific_option)
export(summarize_by_div)
export(summarize_by_wp)
export(totals)
export(wp_codes)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(glue,glue)
importFrom(openxlsx,loadWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,writeData)
importFrom(purrr,map)
importFrom(purrr,walk)
importFrom(redcaptools,redcap_export_byform)
importFrom(redcaptools,redcap_export_meta)
importFrom(redcaptools,redcap_export_tbl)
importFrom(redcaptools,singlechoice_opts)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(vctrs,vec_cast)