format_presenters: Format a list of presenter tables

View source: R/format_creators.R

format_presentersR Documentation

Format a list of presenter tables

Description

Given a list (or one) presenter tables, format the presenters per the provided formatting function. Formatting functions currently include

  • format_presenters_as_text()

  • format_presenters_as_flextable()

Usage

format_presenters(presenter_list, format_presenters_function, ...)

Arguments

presenter_list

A list of presenter tables to format

format_presenters_function

Function to format a presenters table into a single formatted unit (text or otherwise).

...

Other arguments to pass to pgimportr::format_name()

Value

A list (same length as presenter_list) of formatted strings representing the presenters.


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