Learn R Programming

drake (version 3.0.0)

find_cache: Function find_cache

Description

Return the file path of the nearest drake cache (searching upwards for directories containing a drake cache).

Usage

find_cache(path = getwd())

Arguments

path

starting path for search back for the cache. Should be a subdirectory of the drake project.

Value

File path of the nearest drake cache or NULL if no cache is found.

See Also

plan, make,