| ooxml_chart_uris | R Documentation |
Returns the pair of URIs needed by xlsx_drawing to embed a chart into a sheet, keeping the relationship type and graphic URI consistent so Excel opens the file without repair.
ooxml_chart_uris(kind = c("drawingml", "chartex"))
kind |
chart family. |
a named list with elements rel_type and graphic_uri.
ooxml_chart_uris("drawingml")
ooxml_chart_uris("chartex")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.