Learn Data & AI Skills | 50% off
Get 50% off unlimited learning

worrms (version 0.2.8)

wm_records_names: Get records for onen or more taxonomic name(s)

Description

Get records for onen or more taxonomic name(s)

Usage

wm_records_names(name, fuzzy = FALSE, marine_only = TRUE, ...)

Arguments

name

(character) start date. required.

fuzzy

(logical) fuzzy search. default: FALSE

marine_only

(logical) marine only or not. default: TRUE

...

named curl options. see curl_options

Value

A list of tibble's/data.frame's, one for each of the input names

Examples

Run this code
# NOT RUN {
wm_records_names(name = 'Platanista gangetica')
wm_records_names(name = 'Platanista gangetica', fuzzy = TRUE)
wm_records_names(name = c('Platanista gangetica', 'Coryphaena'))
# }

Run the code above in your browser using DataLab