Learn R Programming

rbiom (version 2.2.0)

glimpse.rbiom: Get a glimpse of your metadata.

Description

Get a glimpse of your metadata.

Usage

# S3 method for rbiom
glimpse(x, width = NULL, ...)

Value

The original biom, invisibly.

Arguments

x

An rbiom object, such as from as_rbiom().

width

Width of output. See pillar::glimpse() documentation. Default: NULL

...

Not used.

See Also

Other metadata: bdply()

Examples

Run this code
    library(rbiom)
    
    glimpse(hmp50)
    

Run the code above in your browser using DataLab