chunkData: Chunk the raw data

Description Usage Arguments

Description

Take the first n digits of the person identifier to chunk the raw data

Usage

1
2
chunkData(connectionDetails, sourceDatabaseSchema, oracleTempSchema = NULL,
  nSubstring = 1)

Arguments

connectionDetails

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

sourceDatabaseSchema

The name of the database schema that contains the raw data instance. Requires read permissions to this database. On SQL Server, this should specifiy both the database and the schema, so for example 'raw_instance.dbo'.

oracleTempSchema

For Oracle only: the name of the database schema where you want all temporary tables to be managed. Requires create/insert permissions to this database.

nSubstring

The number of digits to substring the person identifier by. Default is 1.


OHDSI/ETL-HealthVerityBuilder documentation built on May 19, 2019, 12:40 a.m.