Standardize the SDTM ID columns (STUDYID, USUBJID, and SUBJID)
standardize_sdtm_id.Rd
Standardize the SDTM ID columns (STUDYID, USUBJID, and SUBJID)
Arguments
- data
data.frame or similar to have standard IDs added
- id
a data.frame or list of data.frames to merge other identifiers into the data
- studyid
a character scalar indicating the study number
- sep_usubjid
a character scalar separating the STUDYID from the SUBJID
- allow_missing_id
Is it acceptable for some USUBJID and SUBJID to be missing?