# INBO CODING CLUB
29 August, 2019
Welcome!
## Share your code snippet
If you want to share your code snippet, copy paste your snippet within a section of three backticks (```):
As an **example**:
```r
library(tidyverse)
...
```
(*you can copy paste this example and add your code further down, but do not fill in your code in this section*)
Your snippets:
### Challenge 1
### Challenge 2
Je kan de tabel ook aanmaken met:
https://www.tablesgenerator.com/markdown_tables
vooral nuttig voor niet dynamische kleine tabellen
https://inbomd-examples.netlify.com/ heeft allerhande voorbeelden van Markdown. Tabellen vind je hier: https://inbomd-examples.netlify.com/inbo_rapport/7-figuren-en-tabellen.html#tabellen
De broncode vind je hier https://github.com/inbo/inbomd_examples/blob/master/source/inbo_rapport/2_andere_elementen.Rmd en daar https://github.com/inbo/inbomd_examples/blob/master/source/inbo_rapport/3_r_code.Rmd
### Challenge 3