getDHSgeo {surveyPrev} | R Documentation |
This function downloads cluster's coordinate data for country and survey.
getDHSgeo(country, year)
country |
Country name. |
year |
Year the survey conducted. |
The function returns a spatial point dataset with coordinates for each cluster based on the chosen survey and year.
Qianyu Dong
## Not run:
geo <- getDHSgeo(country = "Zambia", year = 2018)
## End(Not run)