download_demographic {ColOpenData} | R Documentation |
This function downloads demographic datasets from the National Population and Dwelling Census (CNPV) of 2018.
download_demographic(dataset)
dataset |
character with the demographic dataset name. Please use
|
data.frame
object with downloaded data.
house_under_15 <- download_demographic("DANE_CNPVH_2018_1HD")
head(house_under_15)