Description Usage Arguments Value Author(s)
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.
1 2 3 4 5 6 7 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.