isMockDatasetDownloaded | R Documentation |
Check if a certain dataset is downloaded.
isMockDatasetDownloaded(datasetName = "GiBleed", path = mockDatasetsFolder())
datasetName |
Name of the mock dataset. See |
path |
Path where to search for the dataset. |
Whether the dataset is available or not.
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.