getTaxonomy: Compile amphibian taxonomy following the Amphibian Species of...

Description Usage Value Examples

View source: R/getTaxonomy.R

Description

This function takes no arguments. It cycles through the ASW website (http://research.amnh.org/vz/herpetology/amphibia/index.php/) to scrap all taxonomic information from Order to Species. As there are 5 taxonomic levels within each Order (Superfamily/Family/Subfamily/Genus/Species), one can expect the function to require 1 initial loop followed by 4 more, but it is designed to keep going until all lineages have reached the species level.

Usage

1

Value

returns a dataframe listing all species and their taxonomic backbone as well as all URLs per species.

Examples

1
## Not run: asw_taxonomy_table<-getTaxonomy()

Example output

Loading required package: XML

defrostR documentation built on Jan. 20, 2018, 9:01 a.m.