Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrange lsc in percentage descending order #132

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Arrange lsc in percentage descending order #132

merged 2 commits into from
Nov 19, 2024

Conversation

martaalcalde
Copy link
Collaborator

No description provided.

@martaalcalde martaalcalde linked an issue Nov 18, 2024 that may be closed by this pull request
@@ -635,14 +635,15 @@ server <- function(input, output, session) {
dplyr::filter(cdm_name %in% input$summarise_large_scale_characteristics_grouping_cdm_name ) |>
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)
browser()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@martaalcalde think this is leftover?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ups yes, it's been solved now!

@edward-burn edward-burn merged commit 74ff84c into main Nov 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

arrange top concepts in lsc by highest percentage
2 participants