makePPTx: make powerpoint presentation

View source: R/makePPTx.R

makePPTxR Documentation

make powerpoint presentation

Description

make powerpoint presentation

Usage

makePPTx(
  data,
  preprocessing = "",
  filename = "report.pptx",
  rawDataName = NULL,
  rawDataFile = "rawData.RDS",
  rmdRemove = TRUE
)

Arguments

data

A data.frame with title and code

preprocessing

string preprocessing

filename

character name of output file

rawDataName

The name of the rawData

rawDataFile

The name of the rawData file which the data are to be read from

rmdRemove

A logical


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