Hello WP!
[This article was first published on R – Adventures of a Curious Mind, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
This is an initial test on publishing a post to Anomaly NPD team.
The RWordPress package can be installed as following.
devtools::install_github("duncantl/XMLRPC") devtools::install_github("duncantl/RWordPress")Then I just run the following script from this introduction.
library(RWordPress) options(WordPressLogin = c(username = "password"), WordPressURL = 'http://blog.anomdev.com/xmlrpc.php') library(knitr) knit2wp('hello_wp.Rmd', title = 'Hello WP!', categories = c("R"), action = c("newPost"))
To leave a comment for the author, please follow the link and comment on their blog: R – Adventures of a Curious Mind.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.