From e1b7e2ea3e7463cd43d11360bb50f0987fbcf837 Mon Sep 17 00:00:00 2001 From: nmercadeb Date: Fri, 12 Apr 2024 09:45:16 +0200 Subject: [PATCH] descriptions --- R/requireConceptIntersectFlag.R | 2 +- R/requireDeathFlag.R | 3 +-- R/requireTableIntersectFlag.R | 2 +- man/requireConceptIntersectFlag.Rd | 4 ++-- man/requireDeathFlag.Rd | 4 ++-- man/requireTableIntersectFlag.Rd | 4 ++-- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/R/requireConceptIntersectFlag.R b/R/requireConceptIntersectFlag.R index d6d10ac6..23151a98 100644 --- a/R/requireConceptIntersectFlag.R +++ b/R/requireConceptIntersectFlag.R @@ -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. diff --git a/R/requireDeathFlag.R b/R/requireDeathFlag.R index e1a84254..fed0c91c 100644 --- a/R/requireDeathFlag.R +++ b/R/requireDeathFlag.R @@ -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 diff --git a/R/requireTableIntersectFlag.R b/R/requireTableIntersectFlag.R index 18755ed6..216b846f 100644 --- a/R/requireTableIntersectFlag.R +++ b/R/requireTableIntersectFlag.R @@ -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. diff --git a/man/requireConceptIntersectFlag.Rd b/man/requireConceptIntersectFlag.Rd index bfee7f33..4cd946e0 100644 --- a/man/requireConceptIntersectFlag.Rd +++ b/man/requireConceptIntersectFlag.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/requireConceptIntersectFlag.R \name{requireConceptIntersectFlag} \alias{requireConceptIntersectFlag} -\title{Require cohort subjects are present in another cohort} +\title{Require cohort subjects to have events of a concept list} \usage{ requireConceptIntersectFlag( x, @@ -44,7 +44,7 @@ rather than inclusion (i.e. require absence in another cohort).} Cohort table with only those in the other cohort kept } \description{ -Require cohort subjects are present in another cohort +Require cohort subjects to have events of a concept list } \examples{ library(PatientProfiles) diff --git a/man/requireDeathFlag.Rd b/man/requireDeathFlag.Rd index b96fdda9..929ea1df 100644 --- a/man/requireDeathFlag.Rd +++ b/man/requireDeathFlag.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/requireDeathFlag.R \name{requireDeathFlag} \alias{requireDeathFlag} -\title{Require cohort subjects are present in another cohort} +\title{Require cohort subjects' death at a certain time window} \usage{ requireDeathFlag( x, @@ -33,7 +33,7 @@ rather than inclusion (i.e. require absence in another cohort).} Cohort table with only those in the other cohort kept } \description{ -Require cohort subjects are present in another cohort +Require cohort subjects' death at a certain time window } \examples{ library(PatientProfiles) diff --git a/man/requireTableIntersectFlag.Rd b/man/requireTableIntersectFlag.Rd index 0ae37df4..6d430c22 100644 --- a/man/requireTableIntersectFlag.Rd +++ b/man/requireTableIntersectFlag.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/requireTableIntersectFlag.R \name{requireTableIntersectFlag} \alias{requireTableIntersectFlag} -\title{Require cohort subjects are present in another cohort} +\title{Require cohort subjects are present in another table} \usage{ requireTableIntersectFlag( x, @@ -44,7 +44,7 @@ rather than inclusion (i.e. require absence in another cohort).} Cohort table with only those in the other cohort kept } \description{ -Require cohort subjects are present in another cohort +Require cohort subjects are present in another table } \examples{ library(PatientProfiles)