scrub_taxon_paths: Replace empty calls in Anacapa taxonomy tables with Unknown...

Description Usage Arguments Value Examples

Description

Replace empty calls in Anacapa taxonomy tables with Unknown (that is what they effectively are to most users)

Usage

1
scrub_taxon_paths(taxon_table)

Arguments

taxon_table

taxonomy table from Anacapa

Value

ana_taxon_table with scrubbed 'sum.taxonomy' column

Examples

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)

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