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