report_joint_grants_as_flextable | R Documentation |
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.
report_joint_grants_as_flextable(grants, ...)
d |
A grant table |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.