Placeholder duplication in pptx #98
-
I'm trying to use a template to render a ppt, but am getting the error below.
Looks like there is some issue with the name of a placeholder in the template. Does anyone have a good idea how to find the issue in the template? I went into the template to try to find the names of place holders, but didn't find any. Thoughts? Ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can find them by clicking the button where I draw a circle around in the following image: They are displayed on the right panel. An R solution is to look into the data returned by function x <- read_pptx()
layout_properties(x) |
Beta Was this translation helpful? Give feedback.
You can find them by clicking the button where I draw a circle around in the following image:
They are displayed on the right panel.
An R solution is to look into the data returned by function
layout_properties()
: