exportResults: Export all results to tables

Description Usage Arguments

View source: R/Export.R

Description

Outputs all results to a folder called 'export', and zips them.

Usage

1
2
exportResults(indicationId = "Depression", outputFolder, databaseId,
  databaseName, databaseDescription, minCellCount = 5, maxCores)

Arguments

indicationId

A string denoting the indicationId for which the results should be exported.

outputFolder

Name of local folder to place results; make sure to use forward slashes (/). Do not use a folder on a network drive since this greatly impacts performance.

databaseId

A short string for identifying the database (e.g. 'Synpuf').

databaseName

The full name of the database.

databaseDescription

A short description (several sentences) of the database.

minCellCount

The minimum cell count for fields contains person counts or fractions.

maxCores

How many parallel cores should be used? If more cores are made available this can speed up the analyses.


OHDSI/Legend documentation built on Dec. 29, 2020, 3:52 a.m.