# NOT RUN {
{
upstream <- data.frame ( country_code = rep( "AU", 3),
year = c(2018:2020),
my_var = c(10,12,11),
description = c("note1", NA_character_,
"note3")
)
downstream <- australia_states
impute_down ( upstream_data = upstream,
downstream_data = downstream,
country_var = "country_code",
regional_code = "geo_code",
values_var = "my_var",
time_var = "year" )
}
# }
Run the code above in your browser using DataLab