save_as_pptx() writes one or more flextable objects to a PowerPoint file, placing each table on its own slide. This is a convenience function that wraps the officer package. For more control over slide layout and positioning, use the officer API directly.
PowerPoint ignores captions. The caption set by
set_caption() is not included in PowerPoint output.Function signature
Parameters
One or more
flextable objects, optionally named. Named objects use the name as a slide title.A list of
flextable objects (optionally named). Named elements are used as slide titles. If supplied, ... is ignored.Path to the
.pptx file to create.