aboutServer.Rd
The module server for the shiny app home
aboutServer(
id = "homepage",
connectionHandler = NULL,
resultDatabaseSettings = NULL,
config
)
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
the config from the app.R file that contains a list of which modules to include
The server for the shiny app home
The user specifies the id for the module
Other About:
aboutHelperFile()
,
aboutViewer()