l_ae_slide: Adverse Events listing adapted from...

View source: R/l_ae_slide.R

l_ae_slideR Documentation

Adverse Events listing adapted from https://insightsengineering.github.io/tlg-catalog/stable/listings/adverse-events/ael02.html

Description

Adverse Events listing adapted from https://insightsengineering.github.io/tlg-catalog/stable/listings/adverse-events/ael02.html

Usage

l_ae_slide(adsl, adae)

Arguments

adsl

ADSL data

adae

ADAE data

Examples

library(dplyr)
library(rlistings)
adsl <- eg_adsl
adae <- eg_adae

out <- l_ae_slide(adsl = adsl, adae = adae)
head(out)

autoslider.core documentation built on April 4, 2025, 2:05 a.m.