hashBDData {SummarizedBenchmark}R Documentation

Convert BDData to BDData with MD5 Hash

Description

Simple converting function to replace data object in BDData object with MD5 hash value.

Usage

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


[Package SummarizedBenchmark version 2.2.1 Index]