| wm_records_name {worrms} | R Documentation |
Get records by single name, optional fuzzy matching
wm_records_name(name, fuzzy = TRUE, marine_only = TRUE, offset = 1, ...)
name |
(character) a taxonomic name, required. |
fuzzy |
(logical) fuzzy search. default: |
marine_only |
(logical) marine only or not. default: |
offset |
(integer) record to start at. default: 1 |
... |
named curl options. see |
A tibble/data.frame
there is no underscore method like other functions in this package
as there is already a plural version: wm_records_names()
## Not run: wm_records_name(name = 'Platanista gangetica') wm_records_name(name = 'Platanista gangetica', fuzzy = FALSE) wm_records_name(name = 'Platanista gangetica', marine_only = FALSE) wm_records_name(name = 'Platanista', marine_only = FALSE) wm_records_name(name = 'Platanista', marine_only = FALSE, offset = 5) ## End(Not run)