| createModuleConfig | R Documentation |
Create an R list with the config specification
createModuleConfig( connectionDetails, moduleId = "about", tabName = "About", shinyModulePackage = "OhdsiShinyModules", moduleUiFunction = "aboutViewer", moduleServerFunction = "aboutServer", moduleDatabaseConnectionKeyService = NULL, moduleDatabaseConnectionKeyUsername = NULL, moduleInfoBoxFile = "aboutHelperFile()", moduleIcon = "info", resultDatabaseDetails )
configList |
An R list with the config settings |
configLocation |
The location to save the config json file |
User specifies the settings to create a config for a module
An R list with the module config settings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.