conosur_species: Main species list from the Flora del Conosur

View source: R/conosur_species.R

conosur_speciesR Documentation

Main species list from the Flora del Conosur

Description

Retrieve species list from the alphabetic overview in Flora del Conosur. The species list is organized in the page by initials of the genera and can be downloaded letter-wise.

Usage

conosur_species(letter = LETTERS, progress = TRUE)

Arguments

letter

Character vector indicating the initials of requested names.

progress

Logical value indicating whether a progress bar should be initiated or not. The progress bar will be called by tkProgressBar(). If length of argument 'letter' is 1, no progress bar will be called.

Value

An object of class cs_species, which is in fact a data frame containing following variables:

TaxonUsageID

ID of the species names in Flora del Conosur.

TaxonConceptID

ID of the taxon concept in Flora del Conosur (the same as TaxonUsageID).

TaxonName

Full name of the taxon (excluding author name).

genus

Genus name.

species

Species name.

subspecies

Subspecies name for subspecies.

variety

Variety name for varieties.

form

Form name for forms.

url

Link to the specific taxon page.

Author(s)

Miguel Alvarez, kamapu78@gmail.com

Examples

## List for letter A
splist <- conosur_species(letter = "Z")
head(splist)
tail(splist)

## This function is also working with words
splist <- conosur_species(letter = "kilo")
head(splist)
tail(splist)


kamapu/conosur documentation built on Sept. 28, 2022, 9:06 p.m.