getDHSgeo: Download DHS geo data

View source: R/getDHSgeo.R

getDHSgeoR Documentation

Download DHS geo data

Description

This function downloads cluster's coordinate data for country and survey.

Usage

getDHSgeo(country, year)

Arguments

country

Country name.

year

Year the survey conducted.

Value

The function returns a spatial point dataset with coordinates for each cluster based on the chosen survey and year.

Author(s)

Qianyu Dong

Examples

## Not run: 
geo <- getDHSgeo(country = "Zambia", year = 2018)

## End(Not run)


surveyPrev documentation built on May 29, 2024, 9:42 a.m.