WebPublishObject {xlcharts} | R Documentation |
WebPublishObject
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.web.html
Usage
WebPublishObject(
id = NULL,
divId = NULL,
sourceObject = NULL,
destinationFile = NULL,
title = NULL,
autoRepublish = NULL,
...
)
Arguments
id |
id |
divId |
divId |
sourceObject |
sourceObject |
destinationFile |
destinationFile |
title |
title |
autoRepublish |
autoRepublish |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
WebPublishObject(
id = 1L,
divId = "divId",
destinationFile = "destinationFile"
)
## End(Not run)
[Package xlcharts version 0.0.2 Index]