Revision 272ac623c984dbf5defce76b6495c05accafe79f authored by Patrick Schratz on 17 December 2019, 04:08:28 UTC, committed by Patrick Schratz on 17 December 2019, 04:08:28 UTC
Build URL: https://circleci.com/gh/mlr-org/mlr/1264
Commit:
1 parent 9de9c6e
Raw File
cache_helpers.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cache_helpers.R
\name{cache_helpers}
\alias{cache_helpers}
\alias{getCacheDir}
\alias{deleteCacheDir}
\title{Get or delete mlr cache directory}
\usage{
getCacheDir()

deleteCacheDir()
}
\description{
Helper functions to deal with mlr caching.
}
\details{
\code{getCacheDir()} returns the default mlr cache directory \cr
\code{deleteCacheDir()} clears the default mlr cache directory. Custom cache
directories must be deleted by hand.
}
back to top