as.list.rbiom: Convert an rbiom object to a base R list.

as.list.rbiomR Documentation

Convert an rbiom object to a base R list.

Description

Convert an rbiom object to a base R list.

Usage

## S3 method for class 'rbiom'
as.list(x, ...)

Arguments

x

An rbiom object, such as from as_rbiom().

...

Not used.

Value

A list with names c('counts', 'metadata', 'taxonomy', 'tree', 'sequences', 'id', 'comment', 'date', 'generated_by').

See Also

Other conversion: as.matrix.rbiom()


rbiom documentation built on April 3, 2025, 6:39 p.m.