hashBDData: Hash data in BDData object

Description Usage Arguments Value Author(s)

Description

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.

Usage

1
2
3
4
5
6
7
hashBDData(object)

## S4 method for signature 'BDData'
hashBDData(object)

## S4 method for signature '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.

Author(s)

Patrick Kimes


areyesq89/SummarizedBenchmark documentation built on Sept. 2, 2021, 4:15 p.m.