diff --git a/R/requireCohortIntersectFlag.R b/R/requireCohortIntersectFlag.R index 0a3e4a3d..1bfceb19 100644 --- a/R/requireCohortIntersectFlag.R +++ b/R/requireCohortIntersectFlag.R @@ -15,6 +15,7 @@ #' @param window Window to consider events over. #' @param negate If set as TRUE, criteria will be applied as exclusion #' rather than inclusion (i.e. require absence in another cohort). +#' @param name Name of the new cohort with the future observation restriction. #' #' @return Cohort table with only those in the other cohort kept #' @export diff --git a/R/requireConceptIntersectFlag.R b/R/requireConceptIntersectFlag.R index 913c83bd..d6d10ac6 100644 --- a/R/requireConceptIntersectFlag.R +++ b/R/requireConceptIntersectFlag.R @@ -13,6 +13,7 @@ #' @param window Window to consider events over. #' @param negate If set as TRUE, criteria will be applied as exclusion #' rather than inclusion (i.e. require absence in another cohort). +#' @param name Name of the new cohort with the future observation restriction. #' #' @return Cohort table with only those in the other cohort kept #' @export diff --git a/R/requireTableIntersectFlag.R b/R/requireTableIntersectFlag.R index 4a2894d4..18755ed6 100644 --- a/R/requireTableIntersectFlag.R +++ b/R/requireTableIntersectFlag.R @@ -13,6 +13,7 @@ #' @param window Window to consider events over. #' @param negate If set as TRUE, criteria will be applied as exclusion #' rather than inclusion (i.e. require absence in another cohort). +#' @param name Name of the new cohort with the future observation restriction. #' #' @return Cohort table with only those in the other cohort kept #' @export diff --git a/man/requireCohortIntersectFlag.Rd b/man/requireCohortIntersectFlag.Rd index 1e37e8d6..f310cf3e 100644 --- a/man/requireCohortIntersectFlag.Rd +++ b/man/requireCohortIntersectFlag.Rd @@ -41,6 +41,8 @@ column date of x.} \item{negate}{If set as TRUE, criteria will be applied as exclusion rather than inclusion (i.e. require absence in another cohort).} + +\item{name}{Name of the new cohort with the future observation restriction.} } \value{ Cohort table with only those in the other cohort kept diff --git a/man/requireConceptIntersectFlag.Rd b/man/requireConceptIntersectFlag.Rd index 91fe6e2a..bfee7f33 100644 --- a/man/requireConceptIntersectFlag.Rd +++ b/man/requireConceptIntersectFlag.Rd @@ -37,6 +37,8 @@ column date of x.} \item{negate}{If set as TRUE, criteria will be applied as exclusion rather than inclusion (i.e. require absence in another cohort).} + +\item{name}{Name of the new cohort with the future observation restriction.} } \value{ Cohort table with only those in the other cohort kept diff --git a/man/requireTableIntersectFlag.Rd b/man/requireTableIntersectFlag.Rd index 9bde84fa..0ae37df4 100644 --- a/man/requireTableIntersectFlag.Rd +++ b/man/requireTableIntersectFlag.Rd @@ -37,6 +37,8 @@ column date of x.} \item{negate}{If set as TRUE, criteria will be applied as exclusion rather than inclusion (i.e. require absence in another cohort).} + +\item{name}{Name of the new cohort with the future observation restriction.} } \value{ Cohort table with only those in the other cohort kept