listSpecies {malariaAtlas} | R Documentation |
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)
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) |
Value
listSpecies
returns a data.frame detailing the following information for each species available to download from the Malaria Atlas Project database.
-
species
string detailing species
Examples
## Not run:
available_species <- listSpecies()
## End(Not run)
[Package malariaAtlas version 1.6.1 Index]