saveOhdsiStudy: Save OHDSI study

Usage Arguments Details

Usage

1
saveOhdsiStudy(list, file, compress = FALSE, includeMetadata = TRUE)

Arguments

list

A list of R objects to save to disk file.

file

(Optional) Name of local file to place results; makre sure to use forward slashes (/)

compress

Logical or character string specifying the use of compression. See save

includeMetadata

Logical: include metadata about user and system in saved file

Details

This function saves an OHDSI study to disk file. All objects are written using save format and can be read back from file at a later time by using the function loadOhdsiStudy.


OHDSI/Iris documentation built on May 7, 2019, 8:26 p.m.