Skip to content

Commit

Permalink
Merge pull request #137 from OHDSI/main
Browse files Browse the repository at this point in the history
merge main
  • Loading branch information
edward-burn authored Nov 19, 2024
2 parents 54fdb99 + cc41cb2 commit af5951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ server <- function(input, output, session) {
dplyr::filter(group_level %in% input$summarise_large_scale_characteristics_grouping_cohort_name) |>
dplyr::filter(variable_level %in% input$summarise_large_scale_characteristics_grouping_time_window)

CohortCharacteristics::tableLargeScaleCharacteristics(lsc_data |> arrange(desc(estimate_type), desc(estimate_value)),
CohortCharacteristics::tableLargeScaleCharacteristics(lsc_data |> arrange(desc(estimate_type), desc(as.numeric(estimate_value)),
topConcepts = input$top_n
# ,
# header = input$summarise_large_scale_characteristics_gt_0_header,
Expand Down

0 comments on commit af5951b

Please sign in to comment.