-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 1.13 KB
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
export(create_ncai_template)
export(get_ncai)
export(read_ncai_template)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(janitor,make_clean_names)
importFrom(openxlsx,addStyle)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createStyle)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,freezePane)
importFrom(openxlsx,mergeCells)
importFrom(openxlsx,protectWorksheet)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,setColWidths)
importFrom(openxlsx,setRowHeights)
importFrom(openxlsx,writeData)
importFrom(readxl,read_excel)
importFrom(readxl,read_xlsx)
importFrom(rlang,.data)
importFrom(slider,slide_dbl)
importFrom(stats,setNames)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_squish)
importFrom(stringr,str_starts)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_wider)
importFrom(utils,stack)
importFrom(utils,tail)