Skip to content

Commit

Permalink
drop commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Feb 5, 2022
1 parent 96b5b32 commit ed1a14d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/Netherlands.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Netherlands <- R6::R6Class("Netherlands",
),
# nolint end
#' @field source_data_cols existing columns within the raw data
source_data_cols = c("cases_new", "deaths_new"), #, "hosp_new"
source_data_cols = c("cases_new", "deaths_new"),
#' @field source_text Plain text description of the source of the data
source_text = "National Institute for Public Health and the Environment (RIVM), Netherlands", # nolint
#' @field source_url Website address for explanation/introduction of the
Expand All @@ -60,7 +60,6 @@ Netherlands <- R6::R6Class("Netherlands",
mutate(
Date_of_publication = ymd(.data$Date_of_publication),
Total_reported = as.double(.data$Total_reported),
#Hospital_admission = as.double(.data$Hospital_admission),
Deceased = as.double(.data$Deceased),
level_1_region_code = sub("[a-z].*-", "", .data$Province),
level_1_region_code = paste0(
Expand Down

0 comments on commit ed1a14d

Please sign in to comment.