view rmarkdown_feature_counts.Rmd @ 3:116bd227a9d8 draft

create tool
author mingchen0919
date Thu, 28 Dec 2017 09:47:26 -0500
parents 8bcae2a95fe7
children 7857bfd9d604
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'}

```