Skip to content

Commit

Permalink
Rename to sierra_leone_ebola_outbreak_data
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed May 16, 2024
1 parent ac676e1 commit 6b3ad96
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
#' }
#' @family data
#' @source <https://www.pnas.org/doi/full/10.1073/pnas.1518587113>
"ebola_outbreak_sierra_leone"
"sierra_leone_ebola_outbreak_data"
4 changes: 2 additions & 2 deletions data-raw/process_raw_data.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ebola_outbreak_sierra_leone <- readxl::read_xlsx(
sierra_leone_ebola_outbreak_data <- readxl::read_xlsx(

Check warning on line 1 in data-raw/process_raw_data.R

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=data-raw/process_raw_data.R,line=1,col=1,[object_length_linter] Variable and function names should not be longer than 30 characters.
"data-raw/pnas.1518587113.sd02.xlsx"
) |>
janitor::clean_names()

usethis::use_data(ebola_outbreak_sierra_leone, overwrite = TRUE)
usethis::use_data(sierra_leone_ebola_outbreak_data, overwrite = TRUE)
Binary file removed data/ebola_outbreak_sierra_leone.rda
Binary file not shown.
Binary file added data/sierra_leone_ebola_outbreak_data.rda
Binary file not shown.

0 comments on commit 6b3ad96

Please sign in to comment.