# INBO CODING CLUB
26 October 2023
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**:
```
library(tidyverse)
```
(*you can copy paste this example and add your code further down*)
## Yellow sticky notes
No yellow sticky notes online. Put your name + " | " and add a "*" each time you solve a challenge (see below).
## Participants
Name | Challenges
--- | ---
Damiano Oldoni | ***
Nele Mullens |
Anja leyman | **
Dirk Maes |
Pieter Huybrechts | **
Luc DB |
Rhea Maesele | **
Wouter Depaepe |
Amber Mertens | *
## Challenge 1
Put here your solutions/ideas/notes/...
For example:
### Damiano's solution
This is an idea about putting solutions in such a document:
```
dummy <- "I am just some great code"
dummy
```
### Pieter's solution
https://gist.github.com/PietrH/5e91ca13b2ad02d52f1b89963099bf42
Rstudio can also help you with the code chunk options:
![](https://hackmd.io/_uploads/Sk1wwiDfa.png)
## Challenge 2
### Pieter's solution
https://gist.github.com/PietrH/468822a4c2795b52ae5267488b84d496
## Challenge 3