Nothing
setClass("bv41",
contains = "decomp"
)
create_bv41 <- function(decomp, ts_name, frequency) {
methods::new("bv41",
decomp = decomp,
ts_name = ts_name,
frequency = frequency
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.