Reproducible data treatment with R
An introduction
Welcome
License
This book and its code samples are licensed to you under the MIT License.
An introduction
Colin BOUSIGE
CNRS Researcher
Laboratoire des Multimatériaux et Interfaces
Lyon, France
November 14, 2024
This book and its code samples are licensed to you under the MIT License.
# Welcome {.unnumbered}
```{r include=FALSE}
library(knitr)
```
:::: {.columns}
::: {.column width="40%"}
```{r}
#| echo: FALSE
#| out-width: 80%
knitr::include_graphics("logo.png")
```
:::
::: {.column width="60%"}
<br>
## License {.unnumbered}
This book and its code samples are licensed to you under the [MIT License](LICENSE).
:::
::::