hoa_gbif: GBIF

View source: R/hoa_gbif.R

hoa_gbifR Documentation

GBIF

Description

GBIF

Usage

hoa_gbif(x, limit = 500, ...)

Arguments

x

(character) a scientific name

limit

(numeric) number records to get. default: 500

...

curl options

Examples

## Not run: 
res <- hoa_gbif(x = "Remora remora")
res$occ_remarks
res$ev_remarks
library(dplyr)
full_join(res$occ_remarks, res$ev_remarks, by = "key")

## End(Not run)

ropenscilabs/hoasts documentation built on May 18, 2022, 7:39 p.m.