The module server for the shiny app home
aboutServer.Rd
The module server for the shiny app home
Usage
aboutServer(
id = "homepage",
connectionHandler = NULL,
resultDatabaseSettings = NULL,
config
)
Arguments
- id
the unique reference id for the module
- connectionHandler
a connection to the database with the results
- resultDatabaseSettings
a list containing the characterization result schema, dbms, tablePrefix, databaseTable and cgTablePrefix
- config
the config from the app.R file that contains a list of which modules to include
See also
Other About:
aboutHelperFile()
,
aboutViewer()