.cache.hash {ProjectTemplate} | R Documentation |
Calculate the hash of the data stored in a variable
Description
Calculate the hash of the data stored in a variable
Usage
.cache.hash(variables, env = .TargetEnv)
Arguments
variables |
character vector of variable names |
env |
environment from which to load the variable |
Details
The hashes are calculated using the digest::digest
function.
Value
data.frame with the variable names and the corresponding hashes
[Package ProjectTemplate version 0.11.0 Index]