Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MIRACUM
dqa
miRacumDQA
Commits
69226ec8
Commit
69226ec8
authored
5 years ago
by
kapsner
Browse files
Options
Download
Email Patches
Plain Diff
fixed presentation of quick etl checks
parent
ce3e0143
master
add_dataelements
adjusted_Markdown
change_from_.rmd_to_.qmd
development
fhir_gw_sqls_patch
latest
mdrfix
omop
trino
v3.1.0
v3.0.0
v2.1.2
v2.1.1
v2.1.0
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.3.2.9010
v1.3.2.9000
v1.3.1.9006
v1.3.1.9005
v1.3.1.9003
v1.3.1.9001
v1.3.1.9000
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
R/moduleDashboard.R
+2
-2
R/moduleDashboard.R
with
2 additions
and
2 deletions
+2
-2
R/moduleDashboard.R
+
2
-
2
View file @
69226ec8
...
...
@@ -210,7 +210,7 @@ moduleDashboardServer <- function(input, output, session, rv, input_re){
})
outputOptions
(
output
,
'dqa_results'
,
suspendWhenHidden
=
FALSE
)
output
$
dash_quick_etlchecks
<-
renderDataTable
({
output
$
dash_quick_etlchecks
<-
DT
::
renderDataTable
({
dat
<-
quickETLChecks
(
rv
$
dqa_descriptive_results
)
renderQuickETL
(
dat
)
})
...
...
@@ -249,7 +249,7 @@ moduleDashboardUI <- function(id){
conditionalPanel
(
condition
=
"output['moduleDashboard-dqa_results']"
,
box
(
title
=
"Quick ETL-Checks: "
,
dataTableOutput
(
ns
(
"dash_quick_etlchecks"
)),
DT
::
dataTableOutput
(
ns
(
"dash_quick_etlchecks"
)),
width
=
12
)
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help