Description Usage Arguments Examples
A class to represent a taxonomic reference
1 |
rank |
(character) Taxonomic rank |
name |
(character) A name |
id |
(character,numeric) Identifier |
uri |
(character) Source of name |
1 2 3 4 5 6 7 8 | taxonref("genus", "Poa", 56, "http://scottchamberlain.info/")
# many names input
splist <- c('Litsea bindoniana', 'Rubus ghanakantae', 'Desmanthus palmeri',
'Leptinella longipes', 'Asarum sakawanum', 'Cistanche compacta',
'Ormosia nanningensis', 'Claoxylon physocarpum', 'Hedycarya arborea',
'Hypnum gracile')
lapply(splist, function(x) taxonref("species", name = x))
|
Attaching package: 'binomen'
The following object is masked from 'package:stats':
binomial
The following objects are masked from 'package:base':
grouping, rank
<taxonref>
rank: genus
name: Poa
id: 56
uri: http://scottchamberlain.info/
[[1]]
<taxonref>
rank: species
name: Litsea bindoniana
id: none
uri: none
[[2]]
<taxonref>
rank: species
name: Rubus ghanakantae
id: none
uri: none
[[3]]
<taxonref>
rank: species
name: Desmanthus palmeri
id: none
uri: none
[[4]]
<taxonref>
rank: species
name: Leptinella longipes
id: none
uri: none
[[5]]
<taxonref>
rank: species
name: Asarum sakawanum
id: none
uri: none
[[6]]
<taxonref>
rank: species
name: Cistanche compacta
id: none
uri: none
[[7]]
<taxonref>
rank: species
name: Ormosia nanningensis
id: none
uri: none
[[8]]
<taxonref>
rank: species
name: Claoxylon physocarpum
id: none
uri: none
[[9]]
<taxonref>
rank: species
name: Hedycarya arborea
id: none
uri: none
[[10]]
<taxonref>
rank: species
name: Hypnum gracile
id: none
uri: none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.