#' Title
#'
#' @param url
#'
#' @return
#'
#'
#' @examples
pdf_size <- function(url) {
as.numeric(httr::HEAD(url)$headers$`content-length`)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.