Description Format Source Examples
Description of the data ....
Example A MAF formatted file with 15 rows and 32 columns:
example this is a HGNC gene symbol
this is an ID
...
https://example.com/docs/dummy_formats/
1 2 3 4 5 6  | ## Not run: 
system.file('data', 'NOSUCH.maf', package='rpt')
fPath <- system.file('data', 'NOSUCH.maf', package='rpt')
myExample <- read.delim(fPath, stringsAsFactors = FALSE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.