diff rmarkdown_feature_counts.Rmd @ 7:7857bfd9d604 draft

update
author mingchen0919
date Thu, 28 Dec 2017 22:07:13 -0500
parents 8bcae2a95fe7
children 1cff3a3e2b94
line wrap: on
line diff
--- a/rmarkdown_feature_counts.Rmd	Thu Dec 28 16:56:01 2017 -0500
+++ b/rmarkdown_feature_counts.Rmd	Thu Dec 28 22:07:13 2017 -0500
@@ -10,7 +10,7 @@
 
 ```{r setup, include=FALSE, warning=FALSE, message=FALSE}
 knitr::opts_chunk$set(
-  echo = ECHO,
+  echo = opt$echo,
   error = TRUE
 )
 ```
@@ -19,7 +19,7 @@
 # Code for computational analysis
 
 ```{r 'step 1'}
-
+opt
 ```
 
 ```{r 'ste[ 2'}