Skip to content

Commit

Permalink
Change name to "ebola_outbreak_sierra_leone" and document roxygen2
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes authored and seabbs committed May 16, 2024
1 parent 75b8e96 commit 612ffbb
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
#'
#' @family data
#' @source <https://www.pnas.org/doi/full/10.1073/pnas.1518587113>
"ebola"
"ebola_outbreak_sierra_leone"
6 changes: 3 additions & 3 deletions data-raw/process_raw_data.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ebola <- readxl::read_xlsx("data-raw/pnas.1518587113.sd02.xlsx")
ebola <- janitor::clean_names(ebola)
usethis::use_data(ebola, overwrite = TRUE)
ebola_outbreak_sierra_leone <- readxl::read_xlsx("data-raw/pnas.1518587113.sd02.xlsx")
ebola_outbreak_sierra_leone <- janitor::clean_names(ebola_outbreak_sierra_leone)
usethis::use_data(ebola_outbreak_sierra_leone, overwrite = TRUE)
Binary file removed data/ebola.rda
Binary file not shown.
Binary file added data/ebola_outbreak_sierra_leone.rda
Binary file not shown.
31 changes: 31 additions & 0 deletions man/ebola_outbreak_sierra_leone.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 612ffbb

Please sign in to comment.