toExcel: toExcel

Description Usage Arguments Value See Also Examples

Description

Save something to a single sheet, Excel workbook. This is for when calling toSheet() and saveWorkbook() is too much work. Which happens when one is developing something.

Usage

1
2
toExcel(x, filePath = thisFile(), title = NA, subject = NA,
  creator = Sys.getenv("USERNAME"), start = TRUE, ...)

Arguments

x

A data frame, plot or path to a saved plot.

filePath

An optional character scalar, the path and filename for the file.

title

An optional character scalar, the title of the workbook.

subject

An optional character scalar, the subject of the workbook.

creator

An optional character scalar, the creator of the workbook. Defaults to the logged-on user name.

start

An optional logical scalar, should the workbook be started in Excel.

Value

A character scalar, the path of the file, invisibly.

See Also

See toSheet and saveWorkbook for details. This function calls and then the other.

Examples

1

But-I-Digress/xlsxSimple documentation built on Jan. 26, 2020, 9:53 a.m.