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