Mercurial > repos > mingchen0919 > rmarkdown_feature_counts
diff rmarkdown_feature_counts.Rmd @ 0:8bcae2a95fe7 draft
planemo upload
| author | mingchen0919 |
|---|---|
| date | Thu, 28 Dec 2017 09:29:15 -0500 |
| parents | |
| children | 7857bfd9d604 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rmarkdown_feature_counts.Rmd Thu Dec 28 09:29:15 2017 -0500 @@ -0,0 +1,29 @@ +--- +title: 'HTML report title' +output: + html_document: + number_sections: true + toc: true + theme: cosmo + highlight: tango +--- + +```{r setup, include=FALSE, warning=FALSE, message=FALSE} +knitr::opts_chunk$set( + echo = ECHO, + error = TRUE +) +``` + + +# Code for computational analysis + +```{r 'step 1'} + +``` + +```{r 'ste[ 2'} + +``` + +
