#' licensed
#'
#' licensed
#'
#'
#' @inheritParams common_attributes
#' @param licenseName The official name of the license See [licenseName()]
#' @param url The persistent URL for the license See [url()]
#' @param identifier License Identifier See [identifier()]
#'
#' @return a licensed list object
#'
#' @export
licensed <- function(licenseName = NULL,
url = NULL,
identifier = NULL){
Filter(Negate(is.null),
list(
licenseName = licenseName,
url = url,
identifier = identifier))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.