tfrmtbuilder {tfrmtbuilder} | R Documentation |
Run tfrmt Builder Shiny App
Description
Run tfrmt Builder Shiny App
Usage
tfrmtbuilder(tfrmt = NULL, data = NULL, mockmode = TRUE, run = TRUE)
Arguments
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 |
Value
Shiny app for creating and modifying tfrmt objects
Examples
if (interactive()){
tfrmtbuilder()
}
[Package tfrmtbuilder version 0.1.0 Index]