#' Filesize in GB
#' @param full_fn vector of full file paths
#' @export
filesize_in_gb <-
function(full_fns) {
return((file.size(full_fns))/1e9)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.