View source: R/XMLColumnProps.R
XMLColumnProps | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.table.html
XMLColumnProps(
mapId = NULL,
xpath = NULL,
denormalized = NULL,
xmlDataType = NULL,
extLst = NULL,
...
)
mapId |
mapId |
xpath |
xpath |
denormalized |
denormalized |
xmlDataType |
xmlDataType |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
XMLColumnProps(mapId = 1L, xpath = "xpath", xmlDataType = "xmlDataType")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.