createTables: Creates metadata tables

Description Usage Arguments Details Value

View source: R/CreateTables.R

Description

CdmMetadata creates metadata tables within a results database schema.

Usage

1
2
createTables(connectionDetails, resultsDatabaseSchema,
  outputFolder = "output")

Arguments

connectionDetails

An R object of type connectionDetails created using the function createConnectionDetails in the DatabaseConnector package.

resultsDatabaseSchema

Fully qualified name of database schema that we can write final results to. Default is cdmDatabaseSchema. On SQL Server, this should specifiy both the database and the schema, so for example, on SQL Server, 'cdm_results.dbo'.

outputFolder

A folder to hold the logs.

Details

CdmMetadata creates metadata tables within a results database schema.

Value

Nothing


alondhe/CdmMetadata documentation built on May 25, 2019, 9:23 a.m.