| wm_records_taxamatch {worrms} | R Documentation |
Get records for onen or more taxonomic name(s) using the TAXAMATCH fuzzy matching algorithm
wm_records_taxamatch(name, marine_only = TRUE, ...)
name |
(character) taxon name. required. |
marine_only |
(logical) marine only or not. default: |
... |
named curl options. see |
A list of tibble's/data.frame's, one for each of the input names
there is no underscore method like other functions in this package as this function already accepts many names
## Not run:
wm_records_taxamatch(name = 'Platanista gangetica')
wm_records_taxamatch(name = c('Platanista gangetica', 'Coryphaena'))
## End(Not run)