Skip to content

Commit

Permalink
return description
Browse files Browse the repository at this point in the history
  • Loading branch information
nmercadeb committed Apr 12, 2024
1 parent e1b7e2e commit 9eceffc
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
4 changes: 3 additions & 1 deletion R/requireCohortIntersectFlag.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
#' 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
#' @return Cohort table with only those in the other cohort kept (or those that
#' are not in the cohort if negate = TRUE)
#'
#' @export
#'
#' @examples
Expand Down
4 changes: 3 additions & 1 deletion R/requireConceptIntersectFlag.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#' 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
#' @return Cohort table with only those with the events in the concept list
#' kept (or those without the event if nagate = TRUE)
#'
#' @export
#'
#' @examples
Expand Down
4 changes: 3 additions & 1 deletion R/requireDeathFlag.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
#' 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
#' @return Cohort table with only those with a death event kept (or without
#' if negate = TRUE)
#'
#' @export
#'
#' @examples
Expand Down
4 changes: 3 additions & 1 deletion R/requireTableIntersectFlag.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#' 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
#' @return Cohort table with only those in the other table kept (or those that
#' are not in the table if negate = TRUE)
#'
#' @export
#'
#' @examples
Expand Down
3 changes: 2 additions & 1 deletion man/requireCohortIntersectFlag.Rd

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

3 changes: 2 additions & 1 deletion man/requireConceptIntersectFlag.Rd

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

3 changes: 2 additions & 1 deletion man/requireDeathFlag.Rd

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

0 comments on commit 9eceffc

Please sign in to comment.