Skip to content

Commit

Permalink
Update README with test dataset creation process.
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteBR committed Aug 22, 2024
1 parent 80730ad commit 69df6be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ Calypso test data can be found in [`inst/test_data`](https://github.com/UCLH-Fou

If you want to recreate a test dataset, you can run the following R scripts:

- `dev/test_db/setup_test_db.R`
- `dev/test_db/insert_dummy_tables.R`
- `dev/omop_analyses/analyse_omop_cdm.R`
- `dev/test_db/produce_test_data.R`
```r
source(here::here("dev/test_db/setup_test_db.R"))
source(here::here("dev/test_db/insert_dummy_tables.R"))
source(here::here("dev/omop_analyses/analyse_omop_cdm.R"))
source(here::here("dev/test_db/produce_test_data.R"))
```

### Updating the `renv` lockfile

Expand Down

0 comments on commit 69df6be

Please sign in to comment.