Get records for onen or more taxonomic name(s) using the TAXAMATCH fuzzy matching algorithm
wm_records_taxamatch(name, marine_only = TRUE, ...)
(character) taxon name. required.
(logical) marine only or not. default: TRUE
named curl options. see curl_options
A list of tibble's/data.frame's, one for each of the input names
# NOT RUN {
wm_records_taxamatch(name = 'Platanista gangetica')
wm_records_taxamatch(name = c('Platanista gangetica', 'Coryphaena'))
# }
Run the code above in your browser using DataLab