write_xlsx: Writes data to an xlsx file

Description Usage Arguments Value

Description

Writes data to an xlsx file. If more than one dataset is specified, multiple sheets in the output xlsx file are created.

Usage

1
write_xlsx(datasets, file_name, sheet_names = NULL)

Arguments

datasets

A list of datasets to be written to a .xlsx file

file_name

Name and path of output file.

sheet_names

Names of .xlsx sheets

Value

NULL

This function will create a .xlsx file with multiple sheets based on a list of datasets specified by datasets. The names of the sheets may be specified using sheet_names. Otherwise, the names contained in the list of datasets will be used to name the sheets.

This function requires installlation of the xlsx.


graggsd/sgrpipe documentation built on May 14, 2019, 9:36 p.m.