Skip to contents

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()