View source: R/format_publications.R
format_publications_as_flextable | R Documentation |
Parses a data frame of publication information into a
formatted publication suitable for displaying in a flextable::flextable()
.
format_publications_as_flextable(x)
x |
A data frame consisting of publication fields (and possibly other things). |
This function is actually just a wrapper for the formatting routine,
see format_publication_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 publications to format.
A list of formatted publications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.