powered by
Combine the Domain and Supplemental Qualifier
combine_supp(dataset, supp)
a dataset with the supp variables added to it
Domain dataset
Supplemental Qualifier dataset
library(safetyData) library(tibble) combine_supp(sdtm_ae, sdtm_suppae) %>% as_tibble()
Run the code above in your browser using DataLab