1 2 3 4 5 6 7 8 |
if (!require('RWordPress')) { devtools::install_github(c("duncantl/XMLRPC", "duncantl/RWordPress")) } library(RWordPress) options(WordpressLogin = c(user = 'password'), WordpressURL = 'https://user.wordpress.com/xmlrpc.php') library(knitr) knit2wp('yourfile.Rmd', title = 'Your post title') |