#' is_units
#'
#' Is this a `units` object?
#'
#' @param x object
#' @return `TRUE` or `FALSE`
#'
#' @export
is_units <- function (x) {
return(isTRUE(inherits(x, "units")))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.