powered by
Download an OMOP Synthetic dataset.
downloadMockDataset(datasetName = "GiBleed", path = NULL, overwrite = NULL)
The path to the downloaded dataset.
Name of the mock dataset. See availableMockDatasets() for possibilities.
availableMockDatasets()
Path where to download the dataset.
Whether to overwrite the dataset if it is already downloaded. If NULL the used is asked whether to overwrite.
# \donttest{ library(omock) isMockDatasetDownloaded("GiBleed") downloadMockDataset("GiBleed") isMockDatasetDownloaded("GiBleed") # }
Run the code above in your browser using DataLab