knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(mysimplecompedium)
library(tidyverse) starwars %>% filter(species == "Human")%>% ggplot()+aes(x=height, y=mass)+geom_point()
We can see in Figure \@ref(fig:starwars-plot)
Takemaru et al. says blah [@takemaru1998yeast].
Blah blah [@takemaru1998yeast; @kabe1999role].
knitr::read_chunk('my test.R')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.