template_path<- {r2pptx} | R Documentation |
Set template path
template_path(x) <- value
## S4 replacement method for signature 'R2PptxPresentation'
template_path(x) <- value
x |
object to set the template path of. |
value |
character. File path of the new template |
The R2PptxPresentation
object x
with the changed
template path.
template_path<-,R2PptxPresentation-method
: Set the template path of an R2PptxPresentation
object.