glimpse.rbiom: Get a glimpse of your metadata.

glimpse.rbiomR Documentation

Get a glimpse of your metadata.

Description

Get a glimpse of your metadata.

Usage

## S3 method for class 'rbiom'
glimpse(biom, width = NULL, ...)

Arguments

biom

An rbiom object, such as from as_rbiom(). Any value accepted by as_rbiom() can also be given here.

width

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

...

Unused, for extensibility.

Value

The original biom, invisibly.

See Also

Other metadata: bdply()

Examples

    library(rbiom)
    
    glimpse(hmp50)
    

cmmr/rbiom documentation built on April 28, 2024, 6:38 a.m.