Learn R Programming

metatools (version 0.1.6)

combine_supp: Combine the Domain and Supplemental Qualifier

Description

Combine the Domain and Supplemental Qualifier

Usage

combine_supp(dataset, supp)

Value

a dataset with the supp variables added to it

Arguments

dataset

Domain dataset

supp

Supplemental Qualifier dataset

Examples

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

Run the code above in your browser using DataLab