Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
  • Loading branch information
nmercadeb committed Apr 11, 2024
1 parent b56c556 commit f722e94
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/requireCohortIntersectFlag.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions R/requireConceptIntersectFlag.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions R/requireTableIntersectFlag.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions man/requireCohortIntersectFlag.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/requireConceptIntersectFlag.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/requireTableIntersectFlag.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f722e94

Please sign in to comment.