View source: R/WebPublishObject.R
WebPublishObject | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.web.html
WebPublishObject(
id = NULL,
divId = NULL,
sourceObject = NULL,
destinationFile = NULL,
title = NULL,
autoRepublish = NULL,
...
)
id |
id |
divId |
divId |
sourceObject |
sourceObject |
destinationFile |
destinationFile |
title |
title |
autoRepublish |
autoRepublish |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
WebPublishObject(
id = 1L,
divId = "divId",
destinationFile = "destinationFile"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.