#data
#' @title breast
#' @description cleaned and ready data frame for breast cancer
#' @format A list containing a data frame with 7616 rows and 8 variables:
#' @export
"breast"
#' @title lung
#' @description cleaned and ready data frame for lung cancer
#' @format A list containing two data frames, one for for women and for men
#' @export
"lung"
#' @title prostate
#' @description cleaned and ready data frame for prostate cancer
#' @format A list containing a data frame
#' @export
"prostate"
#' @title registry
#' @description data frame containing information of the state of data, available and/or complete
#' @format A data frame
#' @export
"registry"
#' @title cancerData
#' @description three data frames, prostate, breast and trachea.
#' These can also be accessed by running typing the name of the cancer,
#' for example 'prostate'.
#' @format A list containing three dataframes or lists
"cancerData"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.