powered by
Stores the rank of a taxon. This is typically used to store where taxon information came from in taxon() objects.
taxon()
taxon_rank(name, database = NULL)
(character) rank name. required
(character) database class object, optional
An R6Class object of class TaxonRank
R6Class
TaxonRank
Other classes: hierarchies(), hierarchy(), taxa(), taxmap(), taxon_database(), taxon_id(), taxon_name(), taxonomy(), taxon()
hierarchies()
hierarchy()
taxa()
taxmap()
taxon_database()
taxon_id()
taxon_name()
taxonomy()
# NOT RUN { taxon_rank("species") taxon_rank("genus") taxon_rank("kingdom") (x <- taxon_rank( "species", database_list$ncbi )) x$rank x$database # a null taxon_name object taxon_name(NULL) # }
Run the code above in your browser using DataLab