XLSaveAs | R Documentation |
Save the current workbook under the given name and format.
XLSaveAs(fn, file_format = xlConst$XlFileFormat$xlWorkbookNormal,
xl = DescToolsOptions("lastXL"))
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 |
returns TRUE
if the save operation has been successful
Andri Signorell <andri@signorell.net>
XLView
## Not run: # Windows-specific example
XLView(d.diamonds)
XLSaveAs("Diamonds")
xl$quit()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.