First post, and its a doozy!
[This article was first published on Landscape Ecology 2.0 » R, 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.
Well, not really a doozy. Just something nice and slow to get me going.
So, seeing as I intend to post stuff about R along with the other things, I thought it best to understand how all those great R bloggers embed the highlighted R code into their WordPress blogs. As it turns out, I am not the first to do so. Head over to the R Statistics Blog for the details.
So, does it work?
Yes!
helloWorld <- function(x) { print(x) } helloWorld("Hello, World!")
Filed under: Programming, R Tagged: R, source code, WordPress
To leave a comment for the author, please follow the link and comment on their blog: Landscape Ecology 2.0 » R.
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.