Skip to content
GitLab
Explore
Sign in
Register
Health Data
omop-cdm-toolkit
Wiki
Tutorial
Tutorial
· Changes
Page history
Update Tutorial
authored
May 23, 2024
by
alabarga
Show whitespace changes
Inline
Side-by-side
Tutorial.md
View page @
25cdab28
...
...
@@ -55,6 +55,7 @@ To import the data to a database, we use the [ETL Synthea repo](https://github.c
First, install the library from github
```
install.packages('devtools')
devtools::install_github("OHDSI/ETL-Synthea")
```
...
...