View source: R/format_presentations.R
format_presentations_as_flextable | R Documentation |
Parses a data frame of presentation information into a
formatted presentation suitable for displaying in a flextable::flextable()
.
format_presentations_as_flextable(x)
x |
A data frame consisting of presentation fields (and possibly other things). |
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.
A list of formatted presentations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.