Learn R Programming

rbiom (version 1.0.3)

write.xlsx: Write data and summary information to a Microsoft Excel-compatible workbook.

Description

Write data and summary information to a Microsoft Excel-compatible workbook.

Usage

write.xlsx(biom, outfile, depth = NULL, seed = 0)

Value

On success, returns NULL invisibly.

Arguments

biom

The BIOM object to save to the file.

outfile

Path to the output xlsx file.

depth

Depth to rarefy to. See rarefy function for details. Only use depth with BIOM files of type 'OTU table' and integer count values.

seed

Random seed to use in rarefying. See rarefy function for details.