report_joint_grants_as_flextable: Filter and format a grant table

View source: R/report.R

report_joint_grants_as_flextableR Documentation

Filter and format a grant table

Description

Given a tibble associated with selected grants, format the tibble as a flextable object to insert into an Office document. This particular function manages the "joint grant" style.

Usage

report_joint_grants_as_flextable(grants, ...)

Arguments

d

A grant table

Details

The model for this package is to provide a fairly comprehensive tibble with grant information. There are filters to subset to a given list of grants. Once this is done, we want to generate pretty output representing the table. This function will provide a nicely-formatted flextable suitable for reporting requirements.

Of note, this function will apply filters for the specific condition (e.g., joint grants) as implemented by the ⁠filter_*⁠ approach in the library.


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