convertVertnettoDF: Use Vertnet API to get data, and return only specific columns...

Description Usage Arguments Value Examples

Description

Use Vertnet API to get data, and return only specific columns needed.

Usage

1
2
convertVertnettoDF(taxonname, genus = "", species = "", state = "",
  limit = "")

Arguments

taxonname

string: Name(s) of the taxonomic grouping that you wish to query Vertnet for.

genus

string: Target genus name(s).

species

string: Target species name(s).

state

string: Target state name(s).

limit

numeric: Number of results that you would like to accept. Defaults to 10000 if left empty.

Value

output data.frame: Lat, Lon, and Age data.

Examples

1
2
3
convertVertnettoDF("bison")
convertVertnettoDF("(kansas state OR KSU)", limit = 200)
convertVertnettoDF(genus = "mustela", species = "(nivalis OR erminea)")

cyber4paleo/coorClimR documentation built on May 14, 2019, 1:38 p.m.