crc32 <- function(x) {
if (is.character(x)) x <- charToRaw(x)
stopifnot(is.raw(x))
call_with_cleanup(c_webfakes_crc32, x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.