R/data.R

#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"
vojind/gca documentation built on Dec. 23, 2021, 4:10 p.m.