ERTMonCreateInterface: Event records transformation dashboard

Description Usage Arguments Value See Also

View source: R/ERTMonCreateInterface.R

Description

Creates the Shiny application with an event records transformations interface.

Usage

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)
)

Arguments

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.

Value

Shiny app.

See Also

Other Interface functions: ERTMonMakeServerFunction(), ERTMonMakeUI()


antononcube/ERTMon-R documentation built on Oct. 14, 2021, 2:27 p.m.