R/vouchers.R

Defines functions vouchers

Documented in vouchers

#' vouchers 
#'
#' vouchers 
#'
#'
#' @inheritParams common_attributes 

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

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