View source: R/DataSourceInformation.R
getCdmDataSourceInformation | R Documentation |
Returns CDM source name, description, release date, CDM release date, version and vocabulary version, where available.
getCdmDataSourceInformation(
connectionDetails = NULL,
connection = NULL,
cdmDatabaseSchema
)
connectionDetails |
An object of type |
connection |
An object of type |
cdmDatabaseSchema |
Schema name where your patient-level data in OMOP CDM format resides. Note that for SQL Server, this should include both the database and schema name, for example 'cdm_data.dbo'. |
Returns a data frame from CDM Data source.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.