init: Init Tables

Description Usage Arguments Details Value

Description

Init Tables

Usage

1
init(connectionDetails, resultsDatabaseSchema, useMppBulkLoad = FALSE)

Arguments

connectionDetails

An R object of type ConnectionDetails (details for the function that contains server info, database type, optionally username/password, port)

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'.

useMppBulkLoad

In the insertTable function, should we use MPP bulk loading? (Redshift and PDW only)

Details

Initalizes lookup and result tables for pregnancy algorithm. Uses Bulk upload in InsertTable if possible.

Value

none


alondhe/PregnancyAlgorithm documentation built on May 20, 2019, 5:44 p.m.