Learn R Programming

malariaAtlas (version 1.6.3)

listShpVersions: 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)

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

Arguments

printed

Should the list be printed to the console?

Examples

Run this code
if (FALSE) {
vecOccDatasets <- listShpVersions()
}

Run the code above in your browser using DataLab