reportServer.Rd
The module server for the shiny app report module
reportServer(
id = "reportModule",
connectionHandler = NULL,
resultDatabaseSettings = NULL,
server = Sys.getenv("RESULTS_SERVER"),
username = Sys.getenv("RESULTS_USER"),
password = Sys.getenv("RESULTS_PASSWORD"),
dbms = Sys.getenv("RESULTS_DBMS")
)
the unique reference id for the module
a connection to the database with the results
a list containing the characterization result schema, dbms, tablePrefix, databaseTable and cgTablePrefix
server for the connection to the results for quarto
username for the connection to the results for quarto
password for the connection to the results for quarto
dbms for the connection to the results for quarto
The server for the shiny app home
The user specifies the id for the module
Other Report:
reportHelperFile()
,
reportViewer()