diff --git a/R/check_cm_missing_month.R b/R/check_cm_missing_month.R index 733f096c..4aab8b0f 100755 --- a/R/check_cm_missing_month.R +++ b/R/check_cm_missing_month.R @@ -67,9 +67,14 @@ if(CM %lacks_any% c("USUBJID", "CMTRT", "CMSTDTC","CMENDTC")){ }else if(nrow(mydf)>0){ fail(paste("There are ",length(unique(mydf$USUBJID)), - " patients with a conmed date that has year and day present but missing month. ",sep=""), + " patient(s) with a conmed date that has year and day present but missing month. ",sep=""), mydf) } } } + + + + +