The {tfrmt} package provides a language for defining display-related metadata, which can then be used to automate and easily update output formats. {tfrmtbuilder} serves as an interface to the package, allowing users to quickly and easily modify existing or new table templates.
Like {tfrmt}, {tfrmtbuilder} can be used to support a variety of workflows, including the following:
Additionally, {tfrmtbuilder} supports tables created during study planning (mock tables) or later on after the analysis is complete.
{tfrmtbuilder} can be installed and used with the following code:
# development version
::install_github("GSK-Biostatistics/tfrmtbuilder")
devtools
# from CRAN
install.packages("tfrmtbuilder")
# Load app
library(tfrmtbuilder)
tfrmtbuilder()