Skip to content

added transformToSummarisedResult method#343

Open
mvankessel-EMC wants to merge 2 commits intodevelopfrom
336
Open

added transformToSummarisedResult method#343
mvankessel-EMC wants to merge 2 commits intodevelopfrom
336

Conversation

@mvankessel-EMC
Copy link
Collaborator

No description provided.

@mvankessel-EMC mvankessel-EMC linked an issue Nov 7, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

❌ Patch coverage is 0% with 236 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
R/TreatmentPatternsResults.R 0.00% 236 Missing ⚠️

📢 Thoughts on this report? Let us know!

@catalamarti
Copy link

hi @mvankessel-EMC Ive took a look and probably you would benefit from functions like:

omopgenerics::uniteGroup()
omopgenerics::uniteStrata()
omopgenerics::uniteAdditional()
omopgenerics::transformToSummarisedResult()

Probably the latest one it is the easiest as if you join everything in a tibble then you can use it to easily transform to summarised result

@mvankessel-EMC
Copy link
Collaborator Author

@catalamarti I tried transformToSummarisedResult() but I basically ran in the same issue I put in the issue itself. So I decided to do it manually with tidyr. I'll have a look at the other functions you mentioned.

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.

To use summarised_result format

2 participants