powered by
Check if a certain dataset is downloaded.
isMockDatasetDownloaded(datasetName = "GiBleed", path = mockDatasetsFolder())
Whether the dataset is available or not.
Name of the mock dataset. See `availableMockDatasets()` for possibilities.
Path where to search for the dataset.
# \donttest{ library(omock) isMockDatasetDownloaded("GiBleed") downloadMockDataset("GiBleed") isMockDatasetDownloaded("GiBleed") # }
Run the code above in your browser using DataLab