Learn R Programming

malariaAtlas (version 1.6.3)

listSpecies: list all species which have occurrence data within the MAP database.

Description

listSpecies lists all species occurrence data available to download from the Malaria Atlas Project database.

Usage

listSpecies(printed = TRUE, version = NULL)

Value

listSpecies returns a data.frame detailing the following information for each species available to download from the Malaria Atlas Project database.

  1. species string detailing species

Arguments

printed

should the list be printed to the database.

version

(optional) The vector dataset version to use If not provided, will just use the most recent version of vector dataset data. (To see available version options, use listVecOccPointVersions)

Examples

Run this code
if (FALSE) {
available_species <- listSpecies()
}

Run the code above in your browser using DataLab