View source: R/refdb_fill_taxo.R
refdb_fill_tax_downstream | R Documentation |
Replace NA values in taxonomic classification using upstream ranks.
refdb_fill_tax_downstream(x, qualifier = "indet.")
x |
a reference database. |
qualifier |
a string to add the new labels.
Default ensure that |
A reference database.
refdb_fill_tax_upstream to replace NA values using downstream data.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_fill_tax_downstream(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.