Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Health Data
omop-cdm-toolkit
Wiki
Tutorial
Tutorial
· Changes
Page history
Update Tutorial
authored
May 23, 2024
by
alabarga
Hide 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")
```
...
...