Repliaces data stored in a BDData object with the MD5 hash of the data. If the data was already a MD5 hash, the original object is returned unchanged. The method can be called directly on BenchDesign objects to hash the underlying data as well.

hashBDData(object)

# S4 method for BDData
hashBDData(object)

# S4 method for BenchDesign
hashBDData(object)

Arguments

object

a BDData or BenchDesign object

Value

an object of the same class as object with data converted to a MD5 hash.