Mercurial > repos > mingchen0919 > aurora_skewer
diff skewer.Rmd @ 0:746b9263ec64 draft
planemo upload
| author | mingchen0919 |
|---|---|
| date | Thu, 01 Mar 2018 14:25:15 -0500 |
| parents | |
| children | e969699f49b6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skewer.Rmd Thu Mar 01 14:25:15 2018 -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 = as.logical(), + error = TRUE +) +``` + + +# Code for computational analysis + +```{r 'step 1'} + +``` + +```{r 'ste[ 2'} + +``` + +
