Nothing
#' Sample mortality data stratified by gender/sex in the UK
#'
#' @docType data
#' @usage data("Ext_array_sex")
#' @keywords datasets
#' @rdname data_array_sex
#' @examples
#' ##Load exposure data
#' data("Ext_array_sex")
#' str(Ext_array_sex)
#' head(Ext_array_sex)
#'
#' #extracting a subset of the data (2 genders, ages 0-100, years 1961-2000)
#' Ext_array_sex[c("Male","Female"),as.character(0:100),as.character(1961:2000)]
#'
"Ext_array_sex"
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.