Learn R Programming

worrms (version 0.4.3)

wm_records_names: 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, ...)

Value

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

Arguments

name

(character) start date. required.

marine_only

(logical) marine only or not. default: TRUE

...

named curl options. see curl::curl_options

Examples

Run this code
if (FALSE) {
wm_records_names(name = 'Leucophaeus scoresbii')
wm_records_names(name = c('Leucophaeus scoresbii', 'Coryphaena'))
}

Run the code above in your browser using DataLab