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