powered by
Write a reference database in utax format.
refdb_export_utax(x, file, verbose = TRUE)
No return value, called for side effects.
a reference database.
a file path. This will be used to create a .fasta file.
print information in the console.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_export_utax(lib, tempfile())
Run the code above in your browser using DataLab