View source: R/format_creators.R
format_presenters | R Documentation |
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()
format_presenters(presenter_list, format_presenters_function, ...)
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 |
A list (same length as presenter_list) of formatted strings representing the presenters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.