View source: R/prepare_methods.R
| prepare_rank_dist | R Documentation | 
Get all NCBI and GBIF taxonomic ranks
prepare_rank_dist(x, GBIF = FALSE, NCBI = FALSE)
x | 
 A tibble created with   | 
GBIF | 
 A logical indicating whether GBIF taxonomic ranks are to be retrieved.  | 
NCBI | 
 A logical indicating whether NCBI taxonomic ranks are to be retrieved.  | 
This method returns taxonomic ranks aggregated by frequency for data derived from the NCBI, the GBIF, or both.
A list of tibble(s) assigned to the S3 class one_rank or to the S3 class all_ranks.
prepare_rank_dist(load_sample(), NCBI=TRUE, GBIF=TRUE)
prepare_rank_dist(load_sample(), NCBI=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.