Duration <- function(duration) {
structure(duration, class = "Duration")
}
#' @keywords internal
#' @export
print.Duration <- function(x, ...) {
cat(to_string(x), "\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.