view tool_template.Rmd @ 2:f1f549e6d0bc draft

initial tool
author mingchen0919
date Thu, 22 Feb 2018 23:41:47 -0500
parents
children
line wrap: on
line source

---
title: "r markdown file"
author: "Ming Chen"
date: "2/22/2018"
output: html_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```


```{r}
opt
```