Browse Source

Typo in filename

master
Maxime Wack 6 years ago
parent
commit
297d42483d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      R/fresh_install.R

+ 1
- 1
R/fresh_install.R View File

@@ -111,7 +111,7 @@ pop_chru <- function()
readr::read_csv("~/2016/mensurations17.csv", col_types = readr::cols(.default = readr::col_character())) %>%
import_mensurations(patients, "CHRU")

readr::read_csv("~/2016/bio17.csv", col_types = readr::cols(.default = readr::col_character())) %>%
readr::read_csv("~/2016/bios17.csv", col_types = readr::cols(.default = readr::col_character())) %>%
import_bios(patients, "CHRU")
}


Loading…
Cancel
Save