md5sum(tools)
md5sum()所属R语言包:tools
Compute MD5 Checksums
计算MD5校验
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute the 32-byte MD5 checksums of one or more files.
计算一个或多个文件32字节的MD5校验。
用法----------Usage----------
md5sum(files)
参数----------Arguments----------
参数:files
character. The paths of file(s) to be check-summed.
字符。 (S)的文件路径是检查总结。
值----------Value----------
A character vector of the same length as files, with names equal to files. The elements will be NA for non-existent or unreadable files, otherwise a 32-character string of hexadecimal digits.
一个files相同长度的字符向量,等于files的名称。元素将NA不存在或不可读的文件,另有32个字符的十六进制数字字符串。
On Windows all files are read in binary mode (as the md5sum utilities there do): on other OSes the files are read in the default way.
Windows上的所有文件都以二进制模式读(md5sum公用事业有做):其他操作系统在默认方式读取文件。
参见----------See Also----------
checkMD5sums
checkMD5sums
举例----------Examples----------
as.vector(md5sum(dir(R.home(), pattern="^COPY", full.names=TRUE)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|