View source: R/digest_to_checksum.R
digest_to_checksum | R Documentation |
Computes an checksum from columns
digest_to_checksum(.data, col = "checksum", exclude = NULL)
.data |
( |
col |
( |
exclude |
( |
In most cases, the md5 algorithm is used to compute the checksums. For Microsoft SQL Server, the SHA-256 algorithm is used.
.data with a checksum column added.
digest_to_checksum(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.