save_xlsx: Save a table in the *.xlsx format

Description Usage Arguments Value

View source: R/tools.R

Description

This function is called internally by other functions. It is a wrapper for the function write.xlsx of the package openxlsx.

Usage

1
save_xlsx(table, file_name, name_first_column = NULL)

Arguments

table

The table to be exported as *.xlsx

file_name

The file name for the exported table

name_first_column

The name of the first column which is taken from the row names of the table

Value

The input table (but the return is invisible).


courtiol/SileR documentation built on May 16, 2020, 8:10 p.m.