View source: R/make_taxon_fromclass.R
| make_taxon_fromclass | R Documentation |
Make taxon from class
make_taxon_fromclass(data, authority = "none")
data |
A data.frame |
authority |
Taxonomic authority |
df <- data.frame(rank=c('family','tribe','subtribe','genus','subgenus','species'),
name=c('Helianthi','Helianthi','Helianthi','Poa','Festuci','Poa annua'),
id=c(1,2,3,4,5,6),
stringsAsFactors = FALSE)
apply(df, 1, make_taxon_fromclass)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.