De tekst voor het optionele dankwoord.
De tekst voor het optionele voorwoord.
De tekst voor de verplichte samenvatting. Hou het Heerlijk Helder.
Verplicht wanneer relevant.
library(knitr) opts_chunk$set( echo = FALSE, eval = TRUE, cache = FALSE, warning = TRUE, error = FALSE, message = TRUE ) library(tidyverse) library(INBOtheme) if (interactive()) { theme_set(theme_inbo(base_size = 10)) } else { switch( opts_knit$get("rmarkdown.pandoc.to"), html = { opts_chunk$set(dev = "png", dpi = 72) theme_set(theme_inbo(base_size = 12)) }, latex = { opts_chunk$set(dev = "cairo_pdf", dpi = 300) theme_set(theme_inbo(base_size = 9)) update_geom_defaults("point", list(size = 1.5)) }, epub3 = { opts_chunk$set(dev = "png", dpi = 300) theme_set(theme_inbo(base_size = 12)) } ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.