#' 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))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.