topGen | R Documentation |
Produces a CSV file listing the top most diverse genera of any target botanical family of vascular plants at Plants of the World Online (POWO).
topGen(family,
limit = 10,
verbose = TRUE,
save = FALSE,
dir = "results_topGen",
filename = "output")
family |
Either one family name or a vector of multiple families that is present in POWO. |
limit |
A defined numerical value to limit the most diverse genera to be selected within each plant family. The default is to select the top ten richest genera. |
verbose |
Logical, if |
save |
Logical, if |
dir |
Pathway to the computer's directory, where the file will be saved
provided that the argument |
filename |
Name of the output file to be saved. The default is to create a file entitled output. |
A table with the following fields: family, genus, authors, scientific_name, species_number (counting of species within each genus), kew_id (each genus code within Kew's databases), powo_uri (URI to access each genus in POWO).
Debora Zuanny & Domingos Cardoso
POWOcodes
## Not run:
library(expowo)
topGen(family = "Lecythidaceae",
limit = 10,
save = FALSE,
dir = "results_topGen",
filename = "Lecythidaceae_top_ten")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.