mod_demo_sqlite | R Documentation |
This module will create an in memory SQLite database with demo data from the CMS 2008-2010 Data Entrepreneurs’ Synthetic Public Use File (DE-SynPUF) from OHDSI. It will allow you to preview the functionality of ReviewR if you do not have access to a database of patient information.
This module consists of the following components:
demo_sqlite_setup_ui
: A uiOutput that allows users to connect to
the demonstration database.
demo_sqlite_setup_server
: The logic that creates the demonstration
SQLite database and returns a DBI::dbConnect()
object used to connect
to the demo database.
demo_sqlite_setup_ui(id)
demo_sqlite_setup_server(id)
id |
The module namespace |
demo_sqlite_setup_ui:
tagList |
The Demo SQLite Setup UI |
demo_sqlite_setup_server:
reactiveValues |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.