util_md5sum_str {nhlapi} | R Documentation |
Writes x
to a temporary file
using writeChar()
and computes the md5sum()
on that file, removing the file afterwards.
util_md5sum_str(x)
x |
|
character(1)
, MD5 hash of a text file
created from x
using writeChar()
.
nhlapi:::util_md5sum_str("test")