R/organizationName.R

Defines functions organizationName

Documented in organizationName

#' organizationName 
#'
#' organizationName 
#'
#'
#' @inheritParams common_attributes 

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

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