| refdb_export_utax | R Documentation |
Write a reference database in utax format.
refdb_export_utax(x, file, verbose = TRUE)
x |
a reference database. |
file |
a file path. This will be used to create a .fasta file. |
verbose |
print information in the console. |
No return value, called for side effects.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb"))
lib <- refdb_set_fields_BOLD(lib)
refdb_export_utax(lib, tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.