grab_metadata: Grab Metadata

Description Usage Arguments Value Examples

Description

This function will take a tidy dataframe and return the distinct information about each sample.

Usage

1
2
grab_metadata(x, samples = "SampleID", otus = "variable",
  return_df = FALSE)

Arguments

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

Value

tibble of OTUs by Sample IDs

Examples

1

bulksoil/tidyMB documentation built on May 29, 2019, 2:27 p.m.