retrieve_occ: Retrieve species occurrence records from databases

View source: R/retrieve_occ.R

retrieve_occR Documentation

Retrieve species occurrence records from databases

Description

Retrieve species occurrence records from databases

Usage

retrieve_occ(props, prop, buffer, scrub, timeout = NULL)

Arguments

props

a list of FWS properties

prop

a character value indicating the FWS organizational name for a FWS property

buffer

a numeric value indicating the distance in meters to buffer each FWS property

scrub

character; one of "strict" (default), "moderate", or "none", indicating the extent to which to reduce the number of records returned for a given fws.

timeout

numeric; if specified, serves as a multiplier for the timeout value calculated internally (e.g., timeout = 2 doubles the amount of time to allow for HTTP requests to process. By default (timeout = NULL), the query timeout is set programmatically and conservatively.

Value

a data frame of species occurrence records


adamdsmith/fwspp documentation built on Oct. 16, 2023, 3:43 a.m.