listShpVersions {malariaAtlas} | R Documentation |
List all versions of admin unit shapes from the Web Feature Services provided by the Malaria Atlas Project within the Admin Units workspace.
Description
listShpVersions
lists available versions of Admin Unit shapefiles from the Web Feature Services provided by the Malaria Atlas Project.
Usage
listShpVersions(printed = TRUE)
Arguments
printed |
Should the list be printed to the console? |
Value
A data.frame with column 'version'. The version can then be provided to other functions to fetch the data within that dataset. e.g. in getShp
Examples
## Not run:
vecOccDatasets <- listShpVersions()
## End(Not run)
[Package malariaAtlas version 1.6.1 Index]