malariaAtlas (version 0.0.5)

listData: List data available to download from the MAP geoserver.

Description

listData is a wrapper for listPoints; listRaster and listShp, listing data (PR survey point data; raster data; shapefiles) available to download from the MAP geoserver.

Usage

listData(datatype, printed = TRUE, ...)

Arguments

datatype

One of 'pr points', 'vector points', 'raster' or 'shape'

printed

Should the list be printed to the console?

...

Other arguments to be passed to list* functions. (e.g. admin_level for listShp)

Value

listData returns a data.frame detailing the administrative units for which shapefiles are stored on the MAP geoserver.

See Also

link{listPoints} listRaster listShp

Examples

Run this code
# NOT RUN {
available_admin_units <- listShp()
available_pr_points <- listPoints(sourcedata = "pr points")
available_vector_points <- listPoints(sourcedata = "vector points")
available_rasters <- listRaster()
# }

Run the code above in your browser using DataLab