-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
95 lines (94 loc) · 2.72 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Generated by roxygen2: do not edit by hand
export(export)
export(export_docx)
export(export_labels)
export(export_pptx)
export(export_xlsx)
export(pivot2Output)
export(pivotOutput)
export(pivot_addin)
export(pivot_format)
export(pivot_formatter)
export(pivot_labels)
export(pivot_table)
export(renderPivot)
export(renderPivot2)
export(unpivot)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,CJ)
importFrom(data.table,as.data.table)
importFrom(data.table,chmatch)
importFrom(data.table,copy)
importFrom(data.table,cube)
importFrom(data.table,dcast)
importFrom(data.table,fifelse)
importFrom(data.table,first)
importFrom(data.table,frankv)
importFrom(data.table,is.data.table)
importFrom(data.table,melt)
importFrom(data.table,set)
importFrom(data.table,setattr)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(data.table,transpose)
importFrom(data.table,tstrsplit)
importFrom(data.table,uniqueN)
importFrom(flextable,align)
importFrom(flextable,autofit)
importFrom(flextable,bg)
importFrom(flextable,body_add_flextable)
importFrom(flextable,bold)
importFrom(flextable,border)
importFrom(flextable,color)
importFrom(flextable,flextable)
importFrom(flextable,font)
importFrom(flextable,fontsize)
importFrom(flextable,htmltools_value)
importFrom(flextable,merge_h)
importFrom(flextable,merge_v)
importFrom(flextable,padding)
importFrom(flextable,set_header_df)
importFrom(flextable,set_table_properties)
importFrom(flextable,theme_zebra)
importFrom(flextable,width)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,renderTags)
importFrom(htmltools,resolveDependencies)
importFrom(htmltools,singleton)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmltools,validateCssUnit)
importFrom(officer,add_slide)
importFrom(officer,fp_border)
importFrom(officer,ph_location_type)
importFrom(officer,ph_with)
importFrom(officer,read_docx)
importFrom(officer,read_pptx)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,actionLink)
importFrom(shiny,addResourcePath)
importFrom(shiny,bootstrapPage)
importFrom(shiny,column)
importFrom(shiny,createRenderFunction)
importFrom(shiny,createWebDependency)
importFrom(shiny,dialogViewer)
importFrom(shiny,downloadHandler)
importFrom(shiny,downloadLink)
importFrom(shiny,exprToFunction)
importFrom(shiny,fluidRow)
importFrom(shiny,icon)
importFrom(shiny,installExprFunction)
importFrom(shiny,is.reactive)
importFrom(shiny,moduleServer)
importFrom(shiny,observeEvent)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,runGadget)
importFrom(shinyWidgets,dropMenu)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(stats,as.formula)
importFrom(writexl,write_xlsx)