Skip to content

Commit

Permalink
Clean the ebola column names
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes authored and seabbs committed May 16, 2024
1 parent 370cffe commit f47ef70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data-raw/process_raw_data.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ebola <- readxl::read_xlsx("data-raw/pnas.1518587113.sd02.xlsx")
ebola <- janitor::clean_names(ebola)
usethis::use_data(ebola, overwrite = TRUE)
Binary file modified data/ebola.rda
Binary file not shown.

0 comments on commit f47ef70

Please sign in to comment.