un_hash {fritools} | R Documentation |
We calculate a hash value of an object and store it as an attribute of the objects, the hash value of that object will change. So we need to split the hash value from the object to see whether or not the objected changed.
un_hash(x)
x |
The object. |
A list containing the object and its hash attribute.
Other hash functions for objects:
set_hash()