Description Usage Arguments Value Author(s) See Also Examples
You can get a data.frame of all the shapes across the ppt, which may help you program scripts to paint charts.
1 2 3 | getPptElems(files = NULL)
get_ppt_elems(files = NULL)
|
files |
character vector of ppt filenames. Default NULL, and a GUI wizard will launch to help you select the files. |
A list contaning data.frames with columns c("page", "shape", "shapeName", "typeOfChart", "chartType", "chartIndex).
Yiying Wang, wangy@aetna.com
You can refer to ENUM$xlChartType
to see the Enum definitions
of the xlChartTypes.
1 2 3 4 | ## Not run:
getPptElems(NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.