glimpse.rbiom {rbiom} | R Documentation |
Get a glimpse of your metadata.
Description
Get a glimpse of your metadata.
Usage
## S3 method for class 'rbiom'
glimpse(x, width = NULL, ...)
Arguments
x |
An rbiom object, such as from |
width |
Width of output. See |
... |
Not used. |
Value
The original biom
, invisibly.
See Also
Other metadata:
bdply()
Examples
library(rbiom)
glimpse(hmp50)
[Package rbiom version 2.2.1 Index]