I Wrote a Blog Post in R Markdown and Posted it to WordPress
I have nothing to say, I just want to see if this works
I found this post and wanted to see if it actually works (sometimes the code included in blog posts does not…actually, this code in this one did not. I had to make some modifications to get this to work.).
Apprently, I can include images, so I’ll include the most popular image on my site:
I can include R code
Which is great, because I do a lot of R work
So here’s some R code. You can see that it is formatted properly:
summary(mtcars)
plot(mtcars$mpg, mtcars$cyl, main="myplot", xlab="mpg", ylab="cyl")