Skip to content

Conversation

@samussiah
Copy link
Contributor

@samussiah samussiah commented Feb 16, 2024

@nandriychuk - would you mind testing this out on your end? This PR passes filter columns and listing columns through to the aeExplorer widget. Here's a simple reprex:

load_all();
aeExplorer(
    filters = c(
        'Severity' = 'AESEV',
        'Relationship' = 'AEREL',
        'Serious?' = 'AESER'
    ),
    details = names(safetyData::sdtm_ae) %>%
        .[ grepl('S', .) ] %>% # columns that contain an "S"
        setNames(sub('^AE', 'Adverse Event: ', .)) # Replace prefix of "AE" with "Adverse Event: "
)

@samussiah samussiah requested a review from jwildfire February 16, 2024 15:48
@samussiah samussiah marked this pull request as draft February 16, 2024 15:48
@samussiah samussiah requested review from nandriychuk and removed request for jwildfire April 11, 2024 17:49
@samussiah samussiah marked this pull request as ready for review April 11, 2024 17:49
@samussiah
Copy link
Contributor Author

@waterhob - this branch adds the filtering functionality you described a couple months ago. Let me know if it suits your needs.

@samussiah samussiah requested a review from waterhob April 11, 2024 17:54
@waterhob
Copy link

waterhob commented Apr 12, 2024 via email

@DS54321
Copy link

DS54321 commented Nov 15, 2024

Greetings - I am interested in adding additional filters to aeExplorer. I'm unable to add filtering like I'm able to do with labs outlier explorer. Will this update be available sometime? Thanks

@samussiah samussiah requested a review from Copilot April 9, 2025 13:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 5 changed files in this pull request and generated 1 comment.

Files not reviewed (4)
  • DESCRIPTION: Language not supported
  • NAMESPACE: Language not supported
  • R/init_aeExplorer.R: Language not supported
  • R/safetyCharts-package.R: Language not supported

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

Support filters and details in aeExplorer.

4 participants