r2pptx: Make powerpoint presentation from R file

View source: R/makePPTx.R

r2pptxR Documentation

Make powerpoint presentation from R file

Description

Make powerpoint presentation from R file

Usage

r2pptx(
  file,
  filename = "report.pptx",
  keyword = c("Concept", "Diagram", "Model", "Plot", "plot", "Table", "summary"),
  rmdRemove = TRUE
)

Arguments

file

source file name

filename

destination file name

keyword

A string vector

rmdRemove

A logical


cardiomoon/processR documentation built on April 20, 2023, 3:38 a.m.