R/data.R

#' NO-SUCH data.
#'
#' Description of the data ....
#'
#' @format Example A MAF formatted file with 15 rows and 32 columns:
#' \describe{
#'   \item{exampleHUGO_Symbol}{example this is a HGNC gene symbol}
#'   \item{exampleENTREZ_GENE_ID}{this is an ID}
#'   ...
#' }
#' @source \url{https://example.com/docs/dummy_formats/}
#' @examples
#' \dontrun{
#' system.file('data', 'NOSUCH.maf', package='rpt')
#' fPath <- system.file('data', 'NOSUCH.maf', package='rpt')
#' myExample <- read.delim(fPath, stringsAsFactors = FALSE)
#' }
#' @docType data
#' @name NOSUCH.maf
NULL
faye-yang/MSPTM documentation built on May 21, 2019, 4:05 a.m.