ae_codebook: Replace the data in the Adverse Events Instrument with the...

View source: R/ae_codebook.R

ae_codebookR Documentation

Replace the data in the Adverse Events Instrument with the strings from the codebook

Description

'ae_codebook()'transforms adverse event data to the appropriate strings per the AE codebook

Usage

ae_codebook(data)

Arguments

data

is a dataframe from a tumor registry with the Adverse Events Instrument

Value

A dataframe which contains the data with numerics replaced by stings

Examples

# Test with embedded data set "storyboard_dataset"
storyboard_dataset %>%
  ae_codebook()

TheMillerLab/StoryboardR documentation built on Jan. 12, 2023, 11:24 a.m.