Learn R Programming

aNCA (version 0.1.0)

add_pptx_sl_table: Add a slide with a table only

Description

Add a slide with a table only

Usage

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

Value

rpptx object with slide added

Arguments

pptx

rpptx object

df

Data frame to show as table

title

Title text for the slide

footer

Footer text for the slide