Description Usage Arguments Details
This function knits a file to .html/markdown and sends the result to Octopress blog source directory with proper yaml front matter
1 2 3 4  | 
file | 
 The .Rmd file to knit  | 
title | 
 The title of the resulting blog post  | 
address | 
 The name the file will have on the server (and URL)  | 
format | 
 Output format for rendering. Either "html" or "markdown"  | 
layout | 
 Jekyll format of resulting file. Defaults to "post."  | 
comments | 
 Include comments? defaults to "true"  | 
categories | 
 Character vector. What categories to associate with the result?  | 
blogdir | 
 Character. Where to put the result?  | 
postdir | 
 Character. Post directory with respect to blog directory.  | 
hasWidgets | 
 Does the document use htmlwidgets? (needed for render function choice)  | 
... | 
 passed to rmarkdown::render()  | 
Uses yaml front matter as explained in Jekyll documentation: http://jekyllrb.com/docs/frontmatter/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.