Skip to contents

Writes each non-empty table from toOMOP() to <path>/<table>.csv (lower-cased, e.g. measurement.csv), following the one-file-per-table OMOP convention.

Usage

writeOMOPTables(tables, path)

Arguments

tables

A ClinicalScore, a list of them, or the list returned by toOMOP().

path

Output directory (created if needed).

Value

A character vector of written file paths, invisibly.

See also