#' @export Interval
library( tibble )
Interval <- setClass(
Class = "Interval" ,
slots = c(
mean = "tbl_df" ,
sd = "tbl_df"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.