powered by
Writes x to a temporary file using writeChar() and computes the md5sum() on that file, removing the file afterwards.
x
writeChar()
md5sum()
util_md5sum_str(x)
character(), vector to compute the MD5 for.
character()
character(1), MD5 hash of a text file created from x using writeChar().
character(1)
# NOT RUN { nhlapi:::util_md5sum_str("test") # }
Run the code above in your browser using DataLab