Nothing
#' Sample mortality data stratified by insurance products
#'
#' @docType data
#' @usage data("Ext_array_product")
#' @keywords datasets
#' @rdname data_array_product
#' @examples
#' ##Load exposure data
#' data("Ext_array_product")
#' str(Ext_array_product)
#' head(Ext_array_product)
#'
#' #extracting a subset of the data (3 products, ages 35-65, years 2016-2020)
#' Ext_array_product[c("ACI","DB","SCI"),as.character(35:65),as.character(2016:2020)]
#'
"Ext_array_product"
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.