1 | saveOhdsiStudy(list, file, compress = FALSE, includeMetadata = TRUE)
|
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 |
includeMetadata |
Logical: include metadata about user and system in saved file |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.