Skip to content

Instantly share code, notes, and snippets.

@pssguy
Created March 10, 2016 17:08
R markDowntest for JJ Allaire
---
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