Description Usage Arguments Value See Also
View source: R/ERTMonCreateInterface.R
Creates the Shiny application with an event records transformations interface.
1 2 3 4 5 6 7 8 | ERTMonCreateInterface(
dataDirectoryName = "./",
testDataDirectoryName = "./",
compSpecFileName = file.path(dataDirectoryName, "computationSpecification.csv"),
exportModelID = as.character(Sys.time()),
exportFilePrefix = gsub(pattern = " ", replacement = "_", paste0(exportModelID, "_"),
fixed = TRUE)
)
|
dataDirectoryName |
A directory name with data. |
testDataDirectoryName |
A directory name with test data. |
compSpecFileName |
A file name of computation specification; (a CSV file). |
exportModelID |
A string with a model ID to be used for export. |
exportFilePrefix |
A string with the prefix to be used for the export model files. |
Shiny app.
Other Interface functions:
ERTMonMakeServerFunction()
,
ERTMonMakeUI()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.