inst/scripts/test.md

title: "Untitled" author: "M. Salmon" date: "September 6, 2018" output: html_document

```{r 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:

```{r, eval="TRUE", echo="TRUE"}
summary(cars)

Including Plots

You can also embed plots, for example:

```{python, fig.cap="pretty plot", echo=-c(1, 2), eval=TRUE} plot(pressure)


```{python}
plot(pressure)

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



ropensci/tinkr documentation built on May 18, 2024, 8:34 a.m.