get_ref_biotic: Extract bibliographic info from www.marlin.ac.uk/biotic.

Description Usage Arguments Value Examples

View source: R/get-ref-biotoc.R

Description

Extract bibliographic information for growth, diets, distribution for invertebrate species.

Usage

1
get_ref_biotic(taxon, test = FALSE)

Arguments

taxon

Character vector of taxon names to search.

test

Logical set to TRUE in case you need to run package development tests. Defaults to FALSE.

Value

Dataframe

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
taxon <- "Cancer pagurus"
taxon <- "Carcinus maenas"
taxon <- "xxx yyy"
taxon <- "Liocarcinus depurator"
taxon <- "Asterias rubens"
taxon <- "Henricia oculata"
taxon <- "Ensis ensis"
taxon <- "Ampelisca spinipes"
taxon <- "Tubularia indivisa"
taxon <- "Ophelia borealis"

df <- get_ref_biotic(taxon)

## End(Not run)

alketh/atlantistools documentation built on Oct. 30, 2021, 5:46 a.m.