Skip to content

Commit

Permalink
fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed Nov 13, 2024
1 parent 7f45651 commit 336bbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/ef_cetesb.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ ef_cetesb <- function(p,
if(length(p) > 1) stop("One pollutant each time please")


#extend ef until 120 years in past ####
#extend ef until 150 years in past ####
# rep nrow ef
lef <- split(ef, ef$Pollutant)
nx <- 120 - nrow(lef[[1]])
nx <- 150 - nrow(lef[[1]])
ef <- data.table::rbindlist(
lapply(
1:length(lef),
Expand Down

0 comments on commit 336bbc6

Please sign in to comment.