view tool_template.Rmd @ 3:6da0541944de draft

initial tool
author mingchen0919
date Thu, 22 Feb 2018 23:49:26 -0500
parents f1f549e6d0bc
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
```