packageResults: Package the results for sharing with OHDSI researchers

Description Usage Arguments Details

View source: R/PackageResults.R

Description

Package the results for sharing with OHDSI researchers

Usage

1
2
3
4
5
6
packageResults(
  connectionDetails,
  cdmDatabaseSchema,
  workFolder,
  dbName = cdmDatabaseSchema
)

Arguments

connectionDetails

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

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

workFolder

Name of local folder to place results; make sure to use forward slashes subfolder export will be created there (/)

dbName

name for your database

Details

This function packages the results.


vojtechhuser/DataQuality documentation built on May 10, 2020, 8:31 a.m.