save.xlsx: Exports R objects to a .xlsx file.

Description Usage Arguments Examples

Description

This function is wrapper function by Rob Kabacoff. See: http://bit.ly/1wbMCe8. It will save as many objects as you need to new sheets in Excel

Usage

1

Arguments

file

Filename and necessary path to place new file.

...

R objects to write to file (each to a new sheet).

Examples

1
save.xlsx("example.xlsx", mtcars)

robkemp/robR documentation built on May 27, 2019, 11:57 a.m.