OpenML (version 1.10)

getCachedOMLDataSetStatus: Check status of cached datasets.

Description

The caching mechanism is fine, but sometimes you might want to work on a dataset, which is already cached and has been deactivated in the meanwhile. This function can be used to determine the status of all cached datasets.

Usage

getCachedOMLDataSetStatus(show.warnings = TRUE, ...)

Arguments

show.warnings

[logical(1)] Show warning if there are deactivated datasets in cache? Default is TRUE.

...

Arguments passed to listOMLDataSets

Value

[data.frame]

Examples

Run this code
# NOT RUN {
# \dontrun{
# 	getCachedOMLDataSetStatus()
# }
# }

Run the code above in your browser using DataLab