format_publications_as_flextable: Format publications as flextable output

View source: R/format_publications.R

format_publications_as_flextableR Documentation

Format publications as flextable output

Description

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

Usage

format_publications_as_flextable(x)

Arguments

x

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

Details

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.

Value

A list of formatted publications.


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