Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
elinrow committed Oct 8, 2024
1 parent 262cb0e commit 3b7630c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions vignettes/a08_split_cohorts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ knitr::opts_chunk$set(
)
```

```{r setup}
library(CohortConstructor)
library(CohortCharacteristics)
library(ggplot2)
library(PatientProfiles)
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
eval = TRUE, message = FALSE, warning = FALSE,
comment = "#>"
)
library(CDMConnector)
library(dplyr, warn.conflicts = FALSE)
if (Sys.getenv("EUNOMIA_DATA_FOLDER") == ""){
Sys.setenv("EUNOMIA_DATA_FOLDER" = file.path(tempdir(), "eunomia"))}
Expand Down

0 comments on commit 3b7630c

Please sign in to comment.