new_ppt: Generate an empty pptx file

View source: R/ppt-utils.R

new_pptR Documentation

Generate an empty pptx file

Description

Generate an empty pptx file

Usage

new_ppt(fn)

Arguments

fn

file name of the new pptx file

Value

logical value indicating if the operation succeeded

Examples

ppt_file <- tempfile(fileext = ".pptx")
new_ppt(ppt_file)

tanaylab/tgppt documentation built on Aug. 25, 2023, 5:46 a.m.