Skip to contents

Open / save

pptx_presentation()
Create or open a PowerPoint presentation

Shapes

FreeformBuilder
Freeform shape builder

Tables

as.data.frame(<Table>)
Convert a Table to a data frame of cell text values

Chart data

CategoryChartData
Chart data container for category (bar, line, pie, etc.) charts
XyChartData
Chart data container for XY (scatter) charts
BubbleChartData
Chart data container for bubble charts

Colors

RGBColor()
Create an RGB color value
RGBColor_from_str()
Create RGBColor from a 6-character hex string

Units

Length() Inches() Cm() Mm() Pt() Emu() Centipoints()
Create a Length value in English Metric Units (EMU)
as_inches() as_cm() as_mm() as_pt() as_emu() as_centipoints()
Convert a Length value to inches

Shape enumerations

MSO_AUTO_SHAPE_TYPE MSO_SHAPE
MSO_AUTO_SHAPE_TYPE — preset geometry names for autoshapes
MSO_SHAPE_TYPE
MSO_SHAPE_TYPE — shape type classification constants
MSO_CONNECTOR_TYPE MSO_CONNECTOR
Connector type constants (MSO_CONNECTOR_TYPE)
PP_PLACEHOLDER
PP_PLACEHOLDER — placeholder type string constants

Formatting enumerations

MSO_THEME_COLOR
MSO_THEME_COLOR — theme color XML value strings
MSO_COLOR_TYPE
MSO_COLOR_TYPE — color source type strings
MSO_FILL
MSO_FILL — fill type strings
MSO_PATTERN_TYPE
MSO_PATTERN_TYPE — preset pattern fill type strings
MSO_LINE_DASH_STYLE
MSO_LINE_DASH_STYLE — preset dash pattern strings for <a:prstDash val="..."/>
MSO_AUTO_SIZE
MSO_AUTO_SIZE — text-box auto-sizing behaviour
MSO_VERTICAL_ANCHOR
MSO_VERTICAL_ANCHOR — vertical text anchor
PP_PARAGRAPH_ALIGNMENT
PP_PARAGRAPH_ALIGNMENT — paragraph alignment
PP_ACTION_TYPE
PP_ACTION_TYPE — type of action for a click or hover

Chart enumerations

XL_CHART_TYPE
XL_CHART_TYPE — chart type enumeration
XL_AXIS_CROSSES
XL_AXIS_CROSSES — where the other axis crosses this axis
XL_CATEGORY_TYPE
XL_CATEGORY_TYPE — category axis scale type
XL_DATA_LABEL_POSITION XL_LABEL_POSITION
XL_DATA_LABEL_POSITION — position of a data label
XL_LEGEND_POSITION
XL_LEGEND_POSITION — position of chart legend
XL_MARKER_STYLE
XL_MARKER_STYLE — shape of a data point marker
XL_TICK_LABEL_POSITION
XL_TICK_LABEL_POSITION — position of tick-mark labels on a chart axis
XL_TICK_MARK
XL_TICK_MARK — type of axis tick mark

Utilities

qn()
Get the Clark-notation qualified tag name for a namespace-prefixed tag