Description Usage Arguments Value Examples
This function will take a tidy dataframe and return the distinct information about each sample.
1 2 | grab_metadata(x, samples = "SampleID", otus = "variable",
return_df = FALSE)
|
samples |
The column header for your sample identifiers. Defaults to SampleID |
otus |
The column header for your OTU identifiers. Defaults to variable |
return_df |
Will return a dataframe instead of a tibble if TRUE. Defaults to FALSE |
tibble of OTUs by Sample IDs
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.