R/postalCode.R

Defines functions postalCode

Documented in postalCode

#' postalCode 
#'
#' postalCode 
#'
#'
#' @inheritParams common_attributes 

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

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