checktaxa: Check taxa against scoring list

Description Usage Arguments Value Examples

View source: R/processing.r

Description

Check the list of taxa present in the sample dataset against the list of scoring taxa within package to identify any non-scoring taxa in the samples (or spelling mistakes).

Usage

1

Arguments

df

A dataframe containing abundances of invertebrate taxa in different samples.

Value

A data frame containing the names of taxa that are not in the list of scoring taxa, or NA if all taxa are scoring.

Examples

1
2
3
4
# check the taxa in the built-in Braid Burn dataset
# returns 'NA' if all taxa present have scores and are spelt correctly

checktaxa(braidburn)

robbriers/bioticCR documentation built on May 29, 2019, 8:37 a.m.