Skip to content

Instantly share code, notes, and snippets.

@corynissen
Created April 22, 2016 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corynissen/183a9df727894fda306b602c9cc86f8c to your computer and use it in GitHub Desktop.
Save corynissen/183a9df727894fda306b602c9cc86f8c to your computer and use it in GitHub Desktop.
# create blog post
library(markdown)
library(knitr)
knit("blogpost.Rmd")
markdownToHTML("blogpost.md", "blogpost.html", fragment.only = TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment