Created
March 10, 2016 17:08
-
-
Save pssguy/7daf757906c68695face to your computer and use it in GitHub Desktop.
R markDowntest for JJ Allaire
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "Sometimes I do not want to see this" | |
author: "mytinyshinys" | |
date: "March 4, 2016" | |
output: | |
html_document: | |
fig_caption: yes | |
theme: flatly | |
toc: true | |
toc_float: true | |
toc_depth: 2 | |
code_folding: hide | |
runtime: shiny | |
--- | |
```{r setup, include=FALSE} | |
knitr::opts_chunk$set(echo = TRUE) | |
``` | |
This R Markdown document is made interactive using Shiny. Unlike the more traditional workflow of creating static reports, you can now create documents that allow your readers to change the assumptions underlying your analysis and see the results immediately. | |
This R Markdown document is made interactive using Shiny. Unlike the more traditional workflow of creating static reports, you can now create documents that allow your readers to change the assumptions underlying your analysis and see the results immediately. | |
This R Markdown document is made interactive using Shiny. Unlike the more traditional workflow of creating static reports, you can now create documents that allow your readers to change the assumptions underlying your analysis and see the results immediately. | |
## Please show me highlighted | |
etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment