Skip to content

Commit

Permalink
Add 2016 data to age group populations
Browse files Browse the repository at this point in the history
  • Loading branch information
odeleongt committed May 20, 2017
1 parent c352c18 commit 4214d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collect-raw-vital-stats.R
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ rm(processed_file)
# Sum simple year projections for
flu_age_groups <- population %>%
filter(
between(year, 2010, 2015), # Years missing data
between(year, 2010, 2016), # Years missing data
between(age, 0, 4), # Relevant ages
department %in% c("Santa Rosa", "Quetzaltenango") # Relevant departments
) %>%
Expand Down

0 comments on commit 4214d4b

Please sign in to comment.