getDistributionRecords: Get distribution records from on-line databases

View source: R/distributionData.R

getDistributionRecordsR Documentation

Get distribution records from on-line databases

Description

Get distribution records from on-line databases

Usage

getDistributionRecords(
  sp,
  limit = NULL,
  source = "gbif",
  year = NULL,
  verbose = FALSE,
  ...
)

Arguments

sp

The scientific name of the species

limit

The maximum number of records, NULL gets all records.

source

The data source (currently only "gbif" and "obis" are supported.)

year

Range of years to be included in the search.

verbose

boolean, do you want to know what's happening?

...

May be used later

Value

A tibble with species ocurrences.

Examples

getDistributionRecords(sp="Manta birostris", limit=300)

roliveros-ramos/kali documentation built on Jan. 14, 2023, 4:30 a.m.