Update 0-data_prep.R
This commit is contained in:
parent
2d634f568d
commit
5f1eef9a82
1 changed files with 1 additions and 4 deletions
|
@ -132,10 +132,7 @@ ds_low_tsh <- ds_bmp %>%
|
||||||
readr$write_rds(
|
readr$write_rds(
|
||||||
here("ML","data-unshared","ds_low_tsh.RDS")
|
here("ML","data-unshared","ds_low_tsh.RDS")
|
||||||
)
|
)
|
||||||
|
S
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# close database ----------------------------------------------------------
|
# close database ----------------------------------------------------------
|
||||||
|
|
||||||
dbDisconnect(db)
|
dbDisconnect(db)
|
||||||
|
|
Loading…
Reference in a new issue