Some random text: But I've never been to the moon! You can see how I lived before I met you. Also Zoidberg. I could if you hadn't turned on the light and shut off my stereo.
- Point 1
- Point 2
- Point 3
Who's brave enough to fly into something we all keep calling a death sphere?
make_figure <- function(src, caption){ tpl <- sprintf('<div> <figure> <img src="%s"> <figcaption>%s</figcaption> </figure> </div>', src, caption) tpl }
r make_figure("http://placekitten.com/g/800/600", "Figure Caption")
library(ggplot2) qplot(wt, mpg, data = mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.