R/key.R

Defines functions key

Documented in key

#' key 
#'
#' key 
#'
#'
#' @inheritParams common_attributes 
#' @param attributeReference The identifier of an attribute found in the identified entity See [attributeReference()]
#'
#' @return a key list object
#'
#' @export

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