digest_to_checksum {SCDB} | R Documentation |
Computes an checksum from columns
Description
Computes an checksum from columns
Usage
digest_to_checksum(.data, col = "checksum", exclude = NULL)
Arguments
.data |
( |
col |
( |
exclude |
( |
Details
In most cases, the md5 algorithm is used to compute the checksums. For Microsoft SQL Server, the SHA-256 algorithm is used.
Value
.data with a checksum column added.
Examples
digest_to_checksum(mtcars)
[Package SCDB version 0.4.0 Index]