Skip to content

Commit

Permalink
Merge pull request #69 from OxfordIHTM/dev
Browse files Browse the repository at this point in the history
tidy up data-raw directory
  • Loading branch information
ernestguevarra authored Jun 27, 2024
2 parents 794add3 + 1e9b278 commit 1126b35
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1,004 deletions.
Binary file removed data-raw/CodEditDB.accdb
Binary file not shown.
Binary file removed data-raw/CodEditTool.accdb
Binary file not shown.
1,001 changes: 0 additions & 1,001 deletions data-raw/cod_by_sex_icd10.csv

This file was deleted.

6 changes: 3 additions & 3 deletions data-raw/codedit_database.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ library(openxlsx2)

### ICD10 example ----
icd10_example <- openxlsx2::read_xlsx(file = "data-raw/data_example_icd10.xlsx")
usethis::use_data(icd10_example)
usethis::use_data(icd10_example, overwrite = TRUE, compress = "xz")

### ICD11 example ----
icd11_example <- openxlsx2::read_xlsx(file = "data-raw/data_exemple_icd11.xlsx")
usethis::use_data(icd11_example)
icd11_example <- openxlsx2::read_xlsx(file = "data-raw/data_example_icd11.xlsx")
usethis::use_data(icd11_example, overwrite = TRUE, compress = "xz")
File renamed without changes.
Binary file modified data/icd10_example.rda
Binary file not shown.
Binary file modified data/icd11_example.rda
Binary file not shown.

0 comments on commit 1126b35

Please sign in to comment.