Skip to contents

Add a slide with a table only

Usage

add_pptx_sl_table(
  pptx,
  df,
  title = "",
  subtitle = "",
  footer = "Click here for individual results"
)

Arguments

pptx

rpptx object

df

Data frame to show as table

title

Title text for the slide

subtitle

Subtitle text for the slide

Footer text for the slide

Value

rpptx object with slide added