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