diff --git a/articles/a01_building_base_cohorts.html b/articles/a01_building_base_cohorts.html index 10f87576..62a9e2d0 100644 --- a/articles/a01_building_base_cohorts.html +++ b/articles/a01_building_base_cohorts.html @@ -117,7 +117,7 @@
# \donttest{
library(CohortConstructor)
cdm <- mockCohortConstructor(conditionOccurrence = TRUE)
-#> ■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 90% | ETA: 0s
cdm$cohort2 <- requireConceptIntersect(
cohort = cdm$cohort1,
conceptSet = list(a = 1),
diff --git a/reference/sampleCohorts.html b/reference/sampleCohorts.html
index ffe34cae..594daa05 100644
--- a/reference/sampleCohorts.html
+++ b/reference/sampleCohorts.html
@@ -91,13 +91,13 @@ Examples#> 1 1 1 2001-02-15 2001-10-28
#> 2 1 1 2001-10-29 2003-03-15
#> 3 1 1 2003-03-16 2005-02-08
-#> 4 1 18 2012-01-30 2012-05-21
-#> 5 1 25 2019-06-16 2019-07-07
-#> 6 1 26 2007-02-24 2010-05-06
-#> 7 1 28 2005-04-01 2005-04-03
-#> 8 1 28 2005-04-04 2005-08-23
-#> 9 1 44 1983-03-22 1983-07-04
-#> 10 1 44 1983-07-05 1983-11-16
+#> 4 1 13 2014-06-24 2014-06-29
+#> 5 1 13 2014-06-30 2014-08-07
+#> 6 1 20 1990-01-21 1990-10-18
+#> 7 1 20 1990-10-19 1997-01-08
+#> 8 1 31 2013-03-29 2014-02-09
+#> 9 1 39 2003-03-18 2003-04-11
+#> 10 1 39 2003-04-12 2003-05-10
#> # ℹ more rows
# }
diff --git a/reference/trimDemographics.html b/reference/trimDemographics.html
index 6981cd0d..e4cc89d4 100644
--- a/reference/trimDemographics.html
+++ b/reference/trimDemographics.html
@@ -118,16 +118,16 @@