format_presentations_as_flextable: Format presentations as flextable output

View source: R/format_presentations.R

format_presentations_as_flextableR Documentation

Format presentations as flextable output

Description

Parses a data frame of presentation information into a formatted presentation suitable for displaying in a flextable::flextable().

Usage

format_presentations_as_flextable(x)

Arguments

x

A data frame consisting of presentation fields (and possibly other things).

Details

This function is actually just a wrapper for the formatting routine, see format_presentation_as_flextable() for details. However, there is a bit of boxing/unboxing to deal with, which this function manages. Use this function when you have a data frame full of presentations to format.

Value

A list of formatted presentations.


steveneschrich/pgreportr documentation built on Jan. 13, 2025, 7:09 p.m.