scrub_seqNum_column: Remove "xxx_seq_number" column from ana_taxon_table file if...

Description Usage Arguments Value Examples

Description

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

Usage

1
scrub_seqNum_column(taxon_table)

Arguments

taxon_table

taxonomy table from Anacapa

Value

ana_taxon_table file, with "xxx_seq_number" column removed (if it existed)

Examples

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)

gauravsk/ranacapa documentation built on June 7, 2019, 4:03 a.m.