Description Usage Arguments Details Value Author(s) See Also Examples
This is a generic function for applying cryptographic hash functions and calculating checksums for arbitrary R objects.
1 2 3 4 |
x |
An object to be hashed. |
algo |
The hash function to use. |
... |
Additional arguments to be passed to the hash function. |
The method for matter
objects calculates checksums of each of the files in the object's paths
.
A character vector giving the hash or hashes of the object.
Kylie A. Bemis
1 2 3 4 5 |
Loading required package: BiocParallel
Loading required package: Matrix
Loading required package: biglm
Loading required package: DBI
Attaching package: ‘matter’
The following object is masked from ‘package:biglm’:
biglm
The following objects are masked from ‘package:base’:
apply, scale
Warning message:
In .Call("C_setVector", x, value, PACKAGE = "matter") :
converting NULL pointer to R NULL
Warning message:
In .Call("C_setVector", x, value, PACKAGE = "matter") :
converting NULL pointer to R NULL
/work/tmp/tmp/RtmpqleYVU/file74e0224e49d82.bin
"e0d2592373a0c161e56e266306cd8405cd719d19"
attr(,"algo")
[1] "sha1"
/work/tmp/tmp/RtmpqleYVU/file74e0266b3a837.bin
"e0d2592373a0c161e56e266306cd8405cd719d19"
attr(,"algo")
[1] "sha1"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.