Skip to content

Instantly share code, notes, and snippets.

View rpodcast's full-sized avatar

Eric Nantz rpodcast

View GitHub Profile
@rpodcast
rpodcast / app.R
Created September 16, 2016 06:22
Using `rintrojs` with parsed markdown
library(rintrojs)
library(shiny)
# Define UI for application that draws a histogram
ui <- shinyUI(fluidPage(
introjsUI(),
# Application title
introBox(
titlePanel("Old Faithful Geyser Data"),
@rpodcast
rpodcast / test_wp.Rmd
Created April 4, 2013 09:41
R markdown to wordpress test
Title
========================================================
This is an R Markdown document. Markdown is a simple formatting syntax for authoring web pages (click the **MD** toolbar button for help on Markdown).
When you click the **Knit HTML** button a web page will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
```{r setup, include=FALSE}
opts_knit$set(base.url = 'https://dl.dropbox.com/u/194973/wp/',
base.dir = '~/Dropbox/Public/wp/')