tv_summarise | R Documentation |
Summarise data with respect to taxonomy
tv_summarise(x)
x |
(data.frame) input data |
an object of class tv_summary
## Not run: x <- system.file("examples/plant_spp.csv", package = "taxview") dat <- tibble::as_tibble( data.table::fread(x, stringsAsFactors = FALSE, data.table = FALSE)) out <- tv_prep_ids(x, ids = dat$id, db = "ncbi") (res <- tv_summarise(out)) res$summary res$by_rank res$by_rank_name res$by_within_rank ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.