View source: R/EvidenceExplorer.R
launchCeExplorer | R Documentation |
Shiny App for exploring common evidence model
launchCeExplorer(
apiUrl = "https://cem.ohdsi.org",
connectionDetails = NULL,
usePooledConnection = TRUE,
...
)
apiUrl |
string - url for CemConnector API or NULL |
connectionDetails |
DatabaseConnector::connectionDetails instance for CEM |
usePooledConnection |
- use pooled connections (database model only) |
... |
param list paased to CemDatabaseBaackend$new |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.