Learn R Programming

malariaAtlas (version 1.0.1)

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, ...)

Value

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

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)

See Also

link{listPoints} listRaster listShp

Examples

Run this code
# \donttest{
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