#' retrieve measurement units from \code{pmunits} object
#' @export
units.pmunits <- function(x) {
attr(x, "pmunits")
}
#' @export
units.default <- function(x) {
NULL
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.