View source: R/CreateSyntheaTables.r
CreateSyntheaTables | R Documentation |
This function creates all Synthea tables.
CreateSyntheaTables(connectionDetails, syntheaSchema, syntheaVersion = "2.7.0")
connectionDetails |
An R object of type |
syntheaSchema |
The name of the database schema that will contain the Synthea instance. Requires read and write permissions to this database. On SQL Server, this should specify both the database and the schema, so for example 'cdm_instance.dbo'. |
syntheaVersion |
The version of Synthea used to generate the csv files. Currently "2.7.0", "3.0.0", "3.1.0", "3.2.0" and "3.3.0" are is supported. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.