GraphicData | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.graphic.html
GraphicData(
uri = "http://schemas.openxmlformats.org/drawingml/2006/chart",
chart = NULL,
...
)
uri |
uri |
chart |
chart |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
GraphicData()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.