Skip to content

Support filters and details in aeExplorer. #153

Description

@samussiah

Pass filters and details via ... to aeExplorer:

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: "
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions