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

View source: R/listSpecies.R

listSpeciesR 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.

  1. species string detailing species

Examples

## Not run: 
available_species <- listSpecies()

## End(Not run)


malaria-atlas-project/malariaAtlas documentation built on Nov. 5, 2023, 2:03 p.m.