#' repository
#'
#' repository
#'
#'
#' @inheritParams common_attributes
#' @param originator A person or organization asociated with this resource. See [originator()]
#'
#' @return a repository list object
#'
#' @export
repository <- function(originator = NULL){
Filter(Negate(is.null),
list(
originator = originator))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.