View source: R/check_dm_actarm_arm.R
check_dm_actarm_arm | R Documentation |
This check looks for DM entries where ARM is not equal to ACTARM
check_dm_actarm_arm(DM)
DM |
Demographics SDTM dataset with variables USUBJID, ARM, and ACTARM |
Boolean value for whether the check passed or failed, with 'msg' attribute if the check failed
Ying Yuen
DM <- data.frame(USUBJID = 1:5,
ARM = c(letters[1:3], letters[5:6]),
ACTARM = letters[1:5],
stringsAsFactors = FALSE)
check_dm_actarm_arm(DM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.