Mercurial > repos > mingchen0919 > rmarkdown_collection_builder
diff collection_list.Rmd @ 0:87c21e14f221 draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit fecb83fd1c7b99c3672a61222f3822637eff2571
author | mingchen0919 |
---|---|
date | Mon, 25 Sep 2017 12:15:23 -0400 |
parents | |
children | f85a6bcf940e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/collection_list.Rmd Mon Sep 25 12:15:23 2017 -0400 @@ -0,0 +1,19 @@ +--- +title: 'Collection builder (collection type: list)' +output: + html_document: + number_sections: true + toc: true + theme: cosmo + highlight: tango +--- + +```{r setup, include=FALSE, warning=FALSE, message=FALSE} +knitr::opts_chunk$set( + echo = ECHO +) +``` + +```{r} +str(opt) +```