Skip to content

Commit

Permalink
Fix comment (#157)
Browse files Browse the repository at this point in the history
* Fix comment

* Regen docs
  • Loading branch information
anthonysena authored Jun 5, 2024
1 parent 15daf35 commit 624b25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/Subsets.R
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ CohortSubsetOperator <- R6::R6Class(
#'
#' @param startWindow A SubsetCohortWindow that patients must fall inside (see createSubsetCohortWindow)
#' @param endWindow A SubsetCohortWindow that patients must fall inside (see createSubsetCohortWindow)
#' @param negate The opposite of this definition - include patients who do NOT meet the specified criteria (NOT YET IMPLEMENTED)
#' @param negate The opposite of this definition - include patients who do NOT meet the specified criteria
#' @returns a CohortSubsetOperator instance
createCohortSubset <- function(name = NULL, cohortIds, cohortCombinationOperator, negate, startWindow, endWindow) {
subset <- CohortSubsetOperator$new()
Expand Down
2 changes: 1 addition & 1 deletion man/createCohortSubset.Rd

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

0 comments on commit 624b25d

Please sign in to comment.