Mercurial > repos > mingchen0919 > tripal_db_explorer
diff search_contents.Rmd @ 5:5accedb3133e draft
add search content tool
| author | mingchen0919 |
|---|---|
| date | Mon, 19 Mar 2018 00:43:50 -0400 |
| parents | |
| children | 4bc7752bfd72 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/search_contents.Rmd Mon Mar 19 00:43:50 2018 -0400 @@ -0,0 +1,30 @@ +--- +title: 'HTML report title' +output: + html_document: + number_sections: true + toc: true + theme: cosmo + highlight: tango + code_folding: hide +--- + +```{r setup, include=FALSE, warning=FALSE, message=FALSE} +knitr::opts_chunk$set( + echo = TRUE, + error = TRUE +) +``` + + +# Code for computational analysis + +```{r 'step 1'} + +``` + +```{r 'ste[ 2'} + +``` + +
