convertNeotomaSDToDF: Get Neotoma Occurrence Data Function uses the Neotoma API...

Description Usage Arguments Value Examples

Description

Get Neotoma Occurrence Data Function uses the Neotoma API SampleData endpoint

Usage

1
2
convertNeotomaSDToDF(taxonname, ageold = "", ageyoung = "", loc = "",
  gpid = "", altmin = "", altmax = "")

Arguments

taxonname

String The name of the taxonomic grouping that you wish to query Neotoma for. Matches a taxon in the neotoma database

ageold

Integer Oldest age, as calendar years before present, to include in results from neotoma.

ageyoung

Integer Youngest age, as calendar years before present, to include in results.

loc

A list of the form longitudeWest, latitudeSouth, longitudeEast, latitudeNorth that represents a bounding box in which to search for occurrences in Neotoma

gpid

Integer Limit occurrences to a geopolitical entity id. Valid values provided by GeoPoliticalUnits database table in Neotoma.

altmin

Integer Minimum site altitude in meters.

altmax

Integer Maximum site altitude in meters.

Value

data.frame. Columns: sampleID (actually a Neotoma dataset ID), Latitude, Longitude, Age

Examples

1
2

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