Load and Process Barque Output Data
load_barque_data.RdThis function loads the species table from barque output and processes it by removing totals and separating single hits from multi-hits.
Examples
if (FALSE) { # \dontrun{
data <- load_barque_data("/path/to/barque/output", c("ST1", "ST2", "ST3"))
} # }