powered by
Get the long hash algorithm of a drake cache.
long_hash(cache = drake::get_cache(verbose = verbose), verbose = TRUE)
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 long_hash(cache) # }
Run the code above in your browser using DataLab