util_md5sum_str {nhlapi} | R Documentation |
Get MD5 hash for a character vector
Description
Writes x
to a temporary file
using writeChar()
and computes the md5sum()
on that file, removing the file afterwards.
Usage
util_md5sum_str(x)
Arguments
x |
|
Value
character(1)
, MD5 hash of a text file
created from x
using writeChar()
.
Examples
nhlapi:::util_md5sum_str("test")
[Package nhlapi version 0.1.4 Index]