| downloadMockDataset | R Documentation |
Download an OMOP Synthetic dataset.
downloadMockDataset(datasetName = "GiBleed", path = NULL, overwrite = NULL)
datasetName |
Name of the mock dataset. See |
path |
Path where to download the dataset. |
overwrite |
Whether to overwrite the dataset if it is already downloaded. If NULL the used is asked whether to overwrite. |
The path to the downloaded dataset.
library(omock)
isMockDatasetDownloaded("GiBleed")
downloadMockDataset("GiBleed")
isMockDatasetDownloaded("GiBleed")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.