hashBDData {SummarizedBenchmark} | R Documentation |
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 signature 'BDData' hashBDData(object) ## S4 method for signature 'BenchDesign' hashBDData(object)
object |
a |
an object of the same class as object
with data
converted to a MD5 hash.
Patrick Kimes