metrumresearchgroup / pmtables

TeX tables for pharmacometrics.
https://metrumresearchgroup.github.io/pmt-book
11 stars 1 forks source link

st-filter #298

Closed kylebaron closed 2 years ago

kylebaron commented 2 years ago

Summary

This is adds another function to a set that lets you call dplyr verbs on the data in a table pipeline. This started out a little gimmicky (why not work on the data before starting the table pipeline?) but legit need now that we can pass pmtable objects into the pipeline. pmtable objects are created after running a standardized data summary and formatting. So you don't have the actual table data before starting the pipeline. So this series of functions let's you tweak some decisions made by the standard data summary process.