An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101014/82947b13/attachment.pl>
Hash fuctions library for R?
2 messages · Uwe Ziegenhagen, Hans W Borchers
Uwe Ziegenhagen <ziegenhagen <at> gmail.com> writes:
Hi, I would like to calculate various hash sums for given string but haven't found a suitable package, yet. I found tools::md5sum which works only for files, however I would like to avoid putting my string in a file before calculating the hash.
See the 'digest' package. Hans Werner