Learn R Programming

drake (version 4.4.0)

short_hash: Function short_hash

Description

Get the short hash algorithm of a drake cache.

Usage

short_hash(cache = drake::get_cache(verbose = verbose), verbose = verbose)

Arguments

cache

drake cache

verbose

whether to print console messages

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)
cache <- config$cache
short_hash(cache)
# }

Run the code above in your browser using DataLab