Skip to content

Commit

Permalink
tweaks to shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-burn committed Oct 2, 2024
1 parent 68a1cc7 commit 8699941
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion R/shinyDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ shinyDiagnostics <- function(result,
result |>
omopViewer::exportStaticApp(
directory = directory,
background = getBackground(result)
background = getBackground(result),
summary = FALSE,
panels = list("summarise_omop_snapshot",
"summarise_observation_period",
"summarise_cohort_attrition",
"summarise_characteristics",
"summarise_large_scale_characteristics")
)
}

Expand Down

0 comments on commit 8699941

Please sign in to comment.