-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
136 lines (135 loc) · 3.26 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(add_sheets_prefix)
export(admissionReport)
export(admissionReportStatic)
export(admissionReportUI)
export(admission_Plot)
export(admission_dataToUse)
export(as_label)
export(as_name)
export(centervar_plot)
export(centervar_tbl)
export(checkbox_plot)
export(checkbox_tbl)
export(data_path)
export(db_update_from_server)
export(descriptivesReport)
export(descriptivesReportStatic)
export(descriptivesReportUI)
export(descriptives_Plot)
export(descriptives_dataToUse)
export(enquo)
export(enquos)
export(expr)
export(factorize)
export(focusReport)
export(focusReportStatic)
export(focusReportUI)
export(focus_Plot)
export(focus_dataToUse)
export(generate_main_data)
export(get_sheet)
export(is_expired)
export(losReport)
export(losReportStatic)
export(losReportUI)
export(los_Plot)
export(los_dataToUse)
export(lospimReport)
export(lospimReportUI)
export(missReport)
export(missReportStatic)
export(missReportUI)
export(miss_dataPlot)
export(miss_dataTbl)
export(miss_dataToUse)
export(nest_tables)
export(originReport)
export(originReportStatic)
export(originReportUI)
export(origin_Plot)
export(origin_dataToUse)
export(outlierReport)
export(outlierReportStatic)
export(outlierReportUI)
export(outlier_dataPlot)
export(outlier_dataToUse)
export(pimlos_plot)
export(qualityReport)
export(qualityReportStatic)
export(qualityReportUI)
export(quality_areOutAge)
export(quality_completeDataPlot)
export(quality_dataToUse)
export(quality_outOfAge)
export(quality_statGlobal)
export(quality_summaryFun)
export(read_redcap)
export(sampleReport)
export(sampleReportUI)
export(str_to_level)
export(sym)
export(syms)
export(tidy_extract)
export(tipnet_redcap_url)
export(ymdInput)
export(ymdInputUI)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(shiny,NS)
importFrom(shiny,callModule)
importFrom(shiny,column)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,renderPlot)
importFrom(shiny,renderText)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(tibble,tibble)
importFrom(usethis,ui_code)
importFrom(usethis,ui_code_block)
importFrom(usethis,ui_done)
importFrom(usethis,ui_field)
importFrom(usethis,ui_info)
importFrom(usethis,ui_line)
importFrom(usethis,ui_nope)
importFrom(usethis,ui_oops)
importFrom(usethis,ui_path)
importFrom(usethis,ui_stop)
importFrom(usethis,ui_todo)
importFrom(usethis,ui_value)
importFrom(usethis,ui_warn)
importFrom(usethis,ui_yeah)