#' key
#'
#' key
#'
#'
#' @inheritParams common_attributes
#' @param attributeReference The identifier of an attribute found in the identified entity See [attributeReference()]
#'
#' @return a key list object
#'
#' @export
key <- function(attributeReference = NULL){
Filter(Negate(is.null),
list(
attributeReference = attributeReference))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.