Nothing
#' Constructor for a tsi object
#'
#' @param df A data frame containing times since intervention
#'
#' @return An object of class `tsi`
#' @noRd
new_tsi <- function(df) {
structure(
list(data = df),
class = "tsi"
)
}
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.