Description Usage Arguments Value Examples
View source: R/get-ref-biotoc.R
Extract bibliographic information for growth, diets, distribution for invertebrate species.
| 1 | get_ref_biotic(taxon, test = FALSE)
 | 
| taxon | Character vector of taxon names to search. | 
| test | Logical set to  | 
Dataframe
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.