powered by
write a 'PowerPoint' file.
# S3 method for rpptx print(x, target = NULL, ...)
an rpptx object
path to the pptx file to write
unused
read_pptx
# NOT RUN { # write a rdocx object in a docx file ---- file <- tempfile(fileext = ".pptx") doc <- read_pptx() print(doc, target = file) # }
Run the code above in your browser using DataLab