listPRPointVersions: List all dataset versions from the Web Feature Services...

View source: R/listPRPointVersions.R

listPRPointVersionsR Documentation

List all dataset versions from the Web Feature Services provided by the Malaria Atlas Project within the Parasite Rate workspace.

Description

listPRPointVersions lists available versions of parasite rate point data from the Web Feature Services provided by the Malaria Atlas Project.

Usage

listPRPointVersions(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 getPR

Examples

## Not run: 
prDatasets <- listPRPointVersions()

## End(Not run)

malariaAtlas documentation built on Oct. 27, 2023, 9:07 a.m.