#' Get object sizes
#'
#' @param ... objects. If blank, all objects in \code{ls()} are used
#'
#' @export
#'
objSize <- function() {
sort(sapply(ls(), function(x) {
object.size(get(x))
}), decreasing = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.