refdb_report | R Documentation |
This function produce an HTML report to investigate potential issues in a reference database.
refdb_report(x, file = NULL, view = TRUE)
x |
a reference database. |
file |
the file (path) to write the report. If |
view |
A logical. If |
The function invisibly returns the file where the report was written.
lib <- read.csv(system.file("extdata", "ephem.csv", package = "refdb")) lib <- refdb_set_fields(lib, taxonomy = c(family = "family_name", genus = "genus_name", species = "species_name"), sequence = "DNA_seq", marker = "marker") tmp <- tempfile() refdb_report(lib, tmp, view = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.