Skip to content

Commit

Permalink
descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmercadeb committed Apr 12, 2024
1 parent acaa3a9 commit e1b7e2e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion R/requireConceptIntersectFlag.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Require cohort subjects are present in another cohort
#' Require cohort subjects to have events of a concept list
#'
#' @param x Cohort table.
#' @param conceptSet Concept set list.
Expand Down
3 changes: 1 addition & 2 deletions R/requireDeathFlag.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

#' Require cohort subjects are present in another cohort
#' Require cohort subjects' death at a certain time window
#'
#' @param x Cohort table.
#' @param indexDate Variable in x that contains the date to compute the
Expand Down
2 changes: 1 addition & 1 deletion R/requireTableIntersectFlag.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Require cohort subjects are present in another cohort
#' Require cohort subjects are present in another table
#'
#' @param x Cohort table.
#' @param tableName Name of the table to check for intersect.
Expand Down
4 changes: 2 additions & 2 deletions man/requireConceptIntersectFlag.Rd

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

4 changes: 2 additions & 2 deletions man/requireDeathFlag.Rd

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

4 changes: 2 additions & 2 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 e1b7e2e

Please sign in to comment.