#' externalCodeSet
#'
#' externalCodeSet
#'
#'
#' @inheritParams common_attributes
#' @param codesetName The name of an externally defined code set See [codesetName()]
#' @param citation A citation for the code set reference See [citation()]
#' @param codesetURL A URL for the code set reference See [codesetURL()]
#'
#' @return a externalCodeSet list object
#'
#' @export
externalCodeSet <- function(codesetName = NULL,
citation = NULL,
codesetURL = NULL){
Filter(Negate(is.null),
list(
codesetName = codesetName,
citation = citation,
codesetURL = codesetURL))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.