write_to_excel: Write results to Excel file

write_to_excelR Documentation

Write results to Excel file

Description

Writes all the data in a MetaboSet object to an Excel spreadsheet. The format is similar to the one used to read data in, except for the fact that EVERYTHING NEEDS TO BE WRITTEN AS TEXT. To fix numeric values in Excel, choose any cell with a number, press Ctrl + A, then go to the dropdown menu in upper left corner and choose "Convert to Number". This will fix the file, but can take quite a while.

Usage

write_to_excel(object, file, ...)

Arguments

object

a MetaboSet object

file

path to the file to write

...

Additional parameters passed to openxlsx::write.xlsx


antonvsdata/notame documentation built on Sept. 14, 2024, 11:09 p.m.