Run tfrmt Builder Shiny App
tfrmtbuilder(tfrmt = NULL, data = NULL, mockmode = TRUE, run = TRUE)
tfrmt object to be loaded into app from R session. Defaults to NULL
data frame to be loaded into app from R session. Defaults to NULL
Whether to initialize the app in mock mode. Defaults to TRUE
Boolean for whether the created object should be run directly. Set to FALSE
for deployment
Shiny app for creating and modifying tfrmt objects
if (interactive()){
tfrmtbuilder()
}