listVecOccPointVersions {malariaAtlas} | R Documentation |
listVecOccPointVersions
lists available versions of all the feature datasets in the Vector Occurrence workspace
from the Web Feature Services provided by the Malaria Atlas Project.
listVecOccPointVersions(printed = TRUE)
printed |
Should the list be printed to the console? |
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 getVecOcc
## Not run:
vecOccDatasets <- listVecOccPointVersions()
## End(Not run)