hashBDData {SummarizedBenchmark} | R Documentation |
Simple converting function to replace data object in BDData object with MD5 hash value.
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