Skip to content

Instantly share code, notes, and snippets.

@rpietro
Created September 3, 2013 17:06
Show Gist options
  • Save rpietro/6426636 to your computer and use it in GitHub Desktop.
Save rpietro/6426636 to your computer and use it in GitHub Desktop.
slidify sequence
setwd("~/Desktop")
require(devtools)
# pkgs = c('slidify', 'slidifyLibraries')
# install_github(pkgs, 'ramnathv', ref = 'dev')
library(slidify)
library("slidifyLibraries")
author("")
slidify("index.Rmd")
publish(user = "USER", repo = "REPO")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment