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!")