combine_supp: Combine the Domain and Supplemental Qualifier

View source: R/supp.R

combine_suppR Documentation

Combine the Domain and Supplemental Qualifier

Description

Combine the Domain and Supplemental Qualifier

Usage

combine_supp(dataset, supp)

Arguments

dataset

Domain dataset

supp

Supplemental Qualifier dataset

Value

a dataset with the supp variables added to it

Examples

library(safetyData)
library(tibble)
combine_supp(sdtm_ae, sdtm_suppae)  %>% as_tibble()

metatools documentation built on March 31, 2023, 5:19 p.m.