R/funderName.R

Defines functions funderName

Documented in funderName

#' funderName 
#'
#' funderName 
#'
#'
#' @inheritParams common_attributes 

#'
#' @return a funderName list object
#'
#' @export

 funderName <- 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.