Learn R Programming

mark (version 0.8.1)

md5: Compute the MD5 hash of an object

Description

Wrapper for calling tools::md5sum() on objects rather than files.

Usage

md5(x)

Value

A md5sum object

Arguments

x

An object

Details

All x objects are serialized to a temporary file before tools::md5sum() is called.

Examples

Run this code
md5("hello")
md5(1:10)
md5(data.frame(a = 1:10, b = letters[1:10]))

Run the code above in your browser using DataLab