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

View source: R/wm_records_names.R

wm_records_namesR Documentation

Get records for one or more taxonomic name(s)

Description

Get records for one or more taxonomic name(s)

Usage

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

Arguments

name

(character) start date. required.

marine_only

(logical) marine only or not. default: TRUE

...

named curl options. see curl::curl_options

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 is the plural version for wm_records_name()

Examples

## Not run: 
wm_records_names(name = 'Leucophaeus scoresbii')
wm_records_names(name = c('Leucophaeus scoresbii', 'Coryphaena'))

## End(Not run)

ropensci/worrms documentation built on Feb. 5, 2024, 4:59 p.m.