R/attributeList.R

Defines functions attributeList

Documented in attributeList

#' attributeList 
#'
#' attributeList 
#'
#'
#' @inheritParams common_attributes 
#' @param references The id of another element in this EML document to be used to here in this context. See [references()]
#'
#' @return a attributeList list object
#'
#' @export

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