Mercurial > repos > mingchen0919 > rmarkdown_feature_counts
annotate rmarkdown_feature_counts.Rmd @ 0:8bcae2a95fe7 draft
planemo upload
| author | mingchen0919 | 
|---|---|
| date | Thu, 28 Dec 2017 09:29:15 -0500 | 
| parents | |
| children | 7857bfd9d604 | 
| rev | line source | 
|---|---|
| 0 | 1 --- | 
| 2 title: 'HTML report title' | |
| 3 output: | |
| 4 html_document: | |
| 5 number_sections: true | |
| 6 toc: true | |
| 7 theme: cosmo | |
| 8 highlight: tango | |
| 9 --- | |
| 10 | |
| 11 ```{r setup, include=FALSE, warning=FALSE, message=FALSE} | |
| 12 knitr::opts_chunk$set( | |
| 13 echo = ECHO, | |
| 14 error = TRUE | |
| 15 ) | |
| 16 ``` | |
| 17 | |
| 18 | |
| 19 # Code for computational analysis | |
| 20 | |
| 21 ```{r 'step 1'} | |
| 22 | |
| 23 ``` | |
| 24 | |
| 25 ```{r 'ste[ 2'} | |
| 26 | |
| 27 ``` | |
| 28 | |
| 29 | 
