
Last chance! 50% off unlimited learning
Sale ends in
Wrapper for calling tools::md5sum()
on objects rather than files.
md5(x)
A md5sum
object
An object
All x
objects are serialized to a temporary
file before tools::md5sum()
is called.
md5("hello")
md5(1:10)
md5(data.frame(a = 1:10, b = letters[1:10]))
Run the code above in your browser using DataLab