Skip to content

Commit

Permalink
Roll yearend forwards to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
charlh07 committed Apr 26, 2024
1 parent 49b17fd commit d001004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Young people in deprived quintile.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ saveRDS(prepare_file(access_dz14, access_dz17),
filenames <- c("young_people_crime", "young_people_access", "young_people_income")
# Running functions for the three indicators
mapply(analyze_first, filename = filenames, geography = "datazone11", measure = "percent",
yearstart = 2011, yearend = 2020, time_agg = 1, pop = "DZ11_pop_under26")
yearstart = 2011, yearend = 2021, time_agg = 1, pop = "DZ11_pop_under26")

mapply(analyze_second, filename = filenames, measure = "percent", time_agg = 1,
ind_id = c(13005, 13003, 13004), year_type = "calendar", qa = F)
Expand Down

0 comments on commit d001004

Please sign in to comment.