R/title.R

Defines functions title

Documented in title

#' title 
#'
#' title 
#'
#'
#' @inheritParams common_attributes 
#' @param lang language code for element content
#'
#' @return a title list object
#'
#' @export

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