#' 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="shi")
#' fPath <- system.file("data", "NOSUCH.maf", package="shi")
#' myExample <- read.delim(fPath, stringsAsFactors = FALSE)
#' }
#' @docType data
#' @name NOSUCH.maf
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.