Filter TECP_table to return only species from a given taxonomic group
filter_taxa(df, group = c())
A data.frame containing only species from the selected taxa
Expects a data.frame from get_TECP_table. The df may have already
passed through another filter (e.g., filter_domestic), but must contain the
variable Species_Group
.