execute: Execute Algorithm

Description Usage Arguments Details Value

Description

Execute Algorithm

Usage

1
2
execute(connectionDetails, cdmDatabaseSchema,
  resultsDatabaseSchema = cdmDatabaseSchema, sqlOnly = FALSE)

Arguments

connectionDetails

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

cdmDatabaseSchema

Fully qualified name of database schema that holds the CDM.

resultsDatabaseSchema

Fully qualified name of database schema that we can write final results to. Default is cdmDatabaseSchema.

sqlOnly

Execute in SQL Only mode?

Details

Executes the pregnancy identification algorithm. init() must be called before executing this.

Value

none


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