view rmarkdown_merge_rmarkdown.Rmd @ 1:b7aa1bb07ff3 draft default tip

create tool
author mingchen0919
date Thu, 28 Dec 2017 01:12:56 -0500
parents 2f72cbded1d1
children
line wrap: on
line source

---
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'}

```