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

View source: R/listVecOccPointVersions.R

listVecOccPointVersionsR Documentation

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

Description

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.

Usage

listVecOccPointVersions(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 getVecOcc

Examples

## Not run: 
vecOccDatasets <- listVecOccPointVersions()

## End(Not run)

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