R/storageType.R

Defines functions storageType

Documented in storageType

#' storageType 
#'
#' storageType 
#'
#'
#' @inheritParams common_attributes 
#' @param typeSystem The system used to define the storage types. This should be an identifier of a well known and published typing system.
#'
#' @return a storageType list object
#'
#' @export

 storageType <- function(typeSystem = NULL){ 
Filter(Negate(is.null),
 list(
typeSystem = typeSystem))}
cboettig/build.eml documentation built on May 8, 2019, 8:57 p.m.