get_binary_bitsize <-
function(path_to_binary) {
system(paste0("od -An -t x1 -j 4 -N 1 ", path_to_binary))
typewriteR::tell_me("If the output is 02, it is 64-bit and 01 is 32-bit.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.