XLSaveAs {DescTools} | R Documentation |
Save Excel File
Description
Save the current workbook under the given name and format.
Usage
XLSaveAs(fn, file_format = xlConst$XlFileFormat$xlWorkbookNormal,
xl = DescToolsOptions("lastXL"))
Arguments
fn |
the filename |
file_format |
the file format using the xl constant. |
xl |
the pointer to a MS-Excel instance. An new instance can be created with |
Value
returns TRUE
if the save operation has been successful
Author(s)
Andri Signorell <andri@signorell.net>
See Also
Examples
## Not run: # Windows-specific example
XLView(d.diamonds)
XLSaveAs("Diamonds")
xl$quit()
## End(Not run)
[Package DescTools version 0.99.55 Index]