diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_template.Rmd	Thu Feb 22 23:41:47 2018 -0500
@@ -0,0 +1,16 @@
+---
+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
+```
+