Learn R Programming

drake (version 4.2.0)

long_hash: Function long_hash

Description

Get the long hash algorithm of a drake cache.

Usage

long_hash(cache)

Arguments

cache

drake cache

Details

See ?default_long_hash_algo()

See Also

default_short_hash_algo, default_long_hash_algo

Examples

Run this code
# NOT RUN {
load_basic_example()
config <- make(my_plan, return_config = TRUE)
cache <- config$cache
long_hash(cache)
# }

Run the code above in your browser using DataLab