powered by
Get the short hash algorithm of a drake cache.
short_hash(cache = drake::get_cache(verbose = verbose), verbose = verbose)
drake cache
whether to print console messages
See ?default_long_hash_algo()
?default_long_hash_algo()
default_short_hash_algo, default_long_hash_algo
default_short_hash_algo
default_long_hash_algo
# NOT RUN { load_basic_example() config <- make(my_plan) cache <- config$cache short_hash(cache) # }
Run the code above in your browser using DataLab