combine_supp {metatools} | R 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()
[Package metatools version 0.1.6 Index]