#' size
#'
#' size
#'
#'
#' @inheritParams common_attributes
#' @param unit Unit of measurement for the entity size, by default byte
#'
#' @return a size list object
#'
#' @export
size <- function(unit = NULL){
Filter(Negate(is.null),
list(
unit = unit))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.