#' alternateIdentifier
#'
#' alternateIdentifier
#'
#'
#' @inheritParams common_attributes
#'
#' @return a alternateIdentifier list object
#'
#' @export
alternateIdentifier <- function(system = NULL){
Filter(Negate(is.null),
list(
system = system))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.