View source: R/save_workbook.R
save_workbook | R Documentation |
Save the given workbook on the filesystem under the name filename.
https://openpyxl.readthedocs.io/en/latest/api/openpyxl.writer.excel.html
save_workbook(workbook, filename, ...)
workbook |
workbook |
filename |
filename |
... |
Additional arguments, i.e. kwargs. |
:param workbook: the workbook to save :type workbook: :class:'openpyxl.workbook.Workbook' :param filename: the path to which save the workbook :type filename: string :rtype: bool
An openpyxl Python object.
## Not run:
save_workbook(workbook = wb, filename = tempfile())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.