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