listPRPointVersions {malariaAtlas} | R Documentation |
listPRPointVersions
lists available versions of parasite rate point data from the Web Feature Services provided by the Malaria Atlas Project.
listPRPointVersions(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 getPR
## Not run:
prDatasets <- listPRPointVersions()
## End(Not run)