md5 | R Documentation |
Wrapper for calling tools::md5sum()
on objects rather than files.
md5(x)
x |
An object |
All x
objects are serialized to a temporary
file before tools::md5sum()
is called.
A md5sum
object
md5("hello")
md5(1:10)
md5(data.frame(a = 1:10, b = letters[1:10]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.