| hoa_gbif | R Documentation | 
GBIF
hoa_gbif(x, limit = 500, ...)
| x | (character) a scientific name | 
| limit | (numeric) number records to get. default: 500 | 
| ... | curl options | 
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.