diff --git a/R/utils.R b/R/utils.R index 3809bf45..99c028c3 100644 --- a/R/utils.R +++ b/R/utils.R @@ -599,7 +599,7 @@ xlsx2list <-function(rptwb, firstrow=1){ -#' @title Create a sdtmchecks list object with column indicating whether the issue was previously seen +#' @title Create a new sdtmchecks list with column flagging changes between two sdtmchecks list #' #' @description This report will identify flagged records from an sdtmchecks report #' that are "new" and those that are "old" for a study. This will help quickly target diff --git a/man/diff_reports.Rd b/man/diff_reports.Rd index ee4584ef..db8b2e93 100644 --- a/man/diff_reports.Rd +++ b/man/diff_reports.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/utils.R \name{diff_reports} \alias{diff_reports} -\title{Create a sdtmchecks list object with column indicating whether the issue was previously seen} +\title{Create a new sdtmchecks list with column flagging changes between two sdtmchecks list} \usage{ diff_reports(old_report, new_report) }