Skip to content

Commit

Permalink
Merge pull request #61 from OHDSI/order_tabs
Browse files Browse the repository at this point in the history
default order
  • Loading branch information
edward-burn authored Oct 3, 2024
2 parents 53f1fc4 + 58d6a77 commit 4127536
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/shinyDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ shinyDiagnostics <- function(result,
summary = FALSE,
panels = list("summarise_omop_snapshot",
"summarise_observation_period",
"summarise_cohort_attrition",
"achilles_code_use",
"cohort_code_use",
"orphan_code_use",
"summarise_characteristics",
"summarise_cohort_attrition",
"summarise_cohort_overlap",
"summarise_cohort_timing",
"summarise_large_scale_characteristics")
)
}
Expand Down

0 comments on commit 4127536

Please sign in to comment.