annotate tool_template.Rmd @ 3:6da0541944de draft

initial tool
author mingchen0919
date Thu, 22 Feb 2018 23:49:26 -0500
parents f1f549e6d0bc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
1 ---
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
2 title: "r markdown file"
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
3 author: "Ming Chen"
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
4 date: "2/22/2018"
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
5 output: html_document
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
6 ---
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
7
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
8 ```{r setup, include=FALSE}
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
9 knitr::opts_chunk$set(echo = TRUE)
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
10 ```
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
11
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
12
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
13 ```{r}
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
14 opt
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
15 ```
f1f549e6d0bc initial tool
mingchen0919
parents:
diff changeset
16