```{julia setup, include=FALSE, eval=TRUE} knitr::opts_chunk$set(echo = TRUE)
## R Markdown This is an ~~R Markdown document~~. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see [http://rmarkdown.rstudio.com](http://rmarkdown.rstudio.com). When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: ```{julia, eval=TRUE, echo=TRUE} summary(cars)
You can also embed plots, for example:
```{julia, fig.cap="pretty plot", echo=-c(1, 2), eval=TRUE} plot(pressure)
```{julia} plot(pressure)
Non-RMarkdown blocks are also considered
```{julia, info=bash} echo "this is an unevaluted bash block"
```{julia} This is an ambiguous code block
Note that the echo = FALSE
parameter was added to the code chunk to prevent printing of the R code that generated the plot.
| scientific_name | common_name | n | | :------------------------- | :------------------ | --: | | Corvus corone | Carrion Crow | 288 | | Turdus merula | Eurasian Blackbird | 285 | | Anas platyrhynchos | Mallard | 273 | | Fulica atra | Eurasian Coot | 268 | | Parus major | Great Tit | 266 | | Podiceps cristatus | Great Crested Grebe | 254 | | Ardea cinerea | Gray Heron | 236 | | Cygnus olor | Mute Swan | 234 | | Cyanistes caeruleus | Eurasian Blue Tit | 233 | | Chroicocephalus ridibundus | Black-headed Gull | 223 |
blabla
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.