zip_pptx_dir: Zip up a temporary directory into a PowerPoint pptx file

Description Usage Arguments Details

View source: R/pptxutils.r

Description

Zip up a temporary directory into a PowerPoint pptx file

Usage

1
2
zip_pptx_dir(x, pptx, action = c("freshen", "update", "error"),
  files = NULL)

Arguments

x

Path to directory containing expanded PowerPoint data

pptx

Path to new output pptx

action

What to do if pptx points to an existing file

files

Optional character vector of files to freshen (when action='freshen')

Details

Note that the temporary directory itself does not form part of the resultant zip folder, which only includes the 3 folders underneath it (_rels, docProps, ppt)


jefferis/paperutils documentation built on Sept. 20, 2019, 10:20 a.m.