Description Usage Arguments Value Examples
Remove "xxx_seq_number" column from ana_taxon_table file if it exists takes one taxon table as its input, and if it include a column named "xxx_seq_number", it gets rid of that column - it's not of use to us any longer
1 | scrub_seqNum_column(taxon_table)
|
taxon_table |
taxonomy table from Anacapa |
ana_taxon_table file, with "xxx_seq_number" column removed (if it existed)
1 2 3 4 | good_taxon_table <- data.frame(seq_number = c(1,2),
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_seqNum_column(good_taxon_table)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.