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