Get records for one or more taxonomic name(s) using the TAXAMATCH fuzzy matching algorithm
Source:R/wm_records_taxamatch.R
wm_records_taxamatch.Rd
Get records for one or more taxonomic name(s) using the TAXAMATCH fuzzy matching algorithm
Arguments
- name
(character) taxon name. required.
- marine_only
(logical) marine only or not. default:
TRUE
- ...
named curl options. see
curl::curl_options
Note
there is no underscore method like other functions in this package as this function already accepts many names
Examples
if (FALSE) { # \dontrun{
wm_records_taxamatch(name = 'Leucophaeus')
wm_records_taxamatch(name = c('Leucophaeus', 'Coryphaena'))
} # }