Description Usage Arguments Value Examples
Replace empty calls in Anacapa taxonomy tables with Unknown (that is what they effectively are to most users)
1 | scrub_taxon_paths(taxon_table)
|
taxon_table |
taxonomy table from Anacapa |
ana_taxon_table with scrubbed 'sum.taxonomy' column
1 2 3 | good_taxon_table <- data.frame(sum.taxonomy = c("a;b;c;d;f;u", "p;q;r;s;t;u"),
site_1 = c(0,1), site_2 = c(10, 20))
scrub_taxon_paths(good_taxon_table)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.