isMockDatasetDownloaded: Check if a certain dataset is downloaded.

View source: R/mockDatasets.R

isMockDatasetDownloadedR Documentation

Check if a certain dataset is downloaded.

Description

Check if a certain dataset is downloaded.

Usage

isMockDatasetDownloaded(datasetName = "GiBleed", path = mockDatasetsFolder())

Arguments

datasetName

Name of the mock dataset. See availableMockDatasets() for possibilities.

path

Path where to search for the dataset.

Value

Whether the dataset is available or not.

Examples


library(omock)

isMockDatasetDownloaded("GiBleed")
downloadMockDataset("GiBleed")
isMockDatasetDownloaded("GiBleed")



omock documentation built on Sept. 2, 2025, 1:09 a.m.