find_taxa | R Documentation |
This function takes two taxonomy tables, than looks for each sample of the first table in the second one.
find_taxa(taxa1, taxa2, level = "Species")
taxa1 |
First taxonomy table. |
taxa2 |
Second taxonomy table. |
level |
At which level to compare. Must be column name in both tables. |
A data frame with two columns. Has as many rows as unique values in level.
The unique values found for the specified taxa level.
A boolean indicating whether the taxa were found in the second table.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.