R/size.R

Defines functions size

Documented in size

#' 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))}
cboettig/build.eml documentation built on May 8, 2019, 8:57 p.m.