Error in load_population
Closed this issue · 0 comments
giuliaimbu commented
The error occurs because the function "load_population" can't be found.
> data <- load_population(raw_data = FALSE,
+ geo_level = "state",
+ time_period = 2010:2012)
Error in load_population(raw_data = FALSE, geo_level = "state", time_period = 2010:2012) :
could not find function "load_population"
In the population.R script, the function starts to be defined on line 33 and ends at line 179.