knit2wp: Knit an R Markdown document and post it to WordPress
Description
This function is a wrapper around the RWordPress package. It compiles
an R Markdown document to HTML and post the results to WordPress.
Usage
knit2wp(input, title = "A post from knitr", ..., shortcode = FALSE,
encoding = getOption("encoding"), publish = TRUE)
Arguments
input
the filename of the Rmd document
title
the post title
...
other meta information of the post, e.g. categories = c('R',
'Stats') and mt_keywords = c('knitr', 'wordpress'), etc
shortcode
a logical vector of length 2: whether to use the shortcode
[sourcecode lang='lang'] which can be useful to WordPress.com users
for syntax highlighting of source code and output; the first element
applies to source code, and the second applies