Learn R Programming

drake (version 4.2.0)

type_of_cache: experimental function type_of_cache

Description

Experimental function for a possible new feature in the future. It will come in handy if/when multiple cache types are supported.

Usage

type_of_cache(path)

Arguments

path

path to the cache

Examples

Run this code
# NOT RUN {
load_basic_example()
make(my_plan)
type_of_cache(".drake")
# }

Run the code above in your browser using DataLab