Skip to content

Commit

Permalink
Merge pull request #346 from pharmaverse/josue_test
Browse files Browse the repository at this point in the history
changed patients to patient(s) in line 70
  • Loading branch information
harriscw authored Jun 26, 2024
2 parents 1b55ae7 + 1cd363d commit 2505395
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/check_cm_missing_month.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)

}
}
}





0 comments on commit 2505395

Please sign in to comment.