|
1234567891011121314151617181920 |
- ---
- title: "Introduction à la visualisation : Quoi? Pourquoi? Qui? Comment?"
- author: "Antoine Neuraz"
- date: "5/28/2019"
- output:
- bookdown::html_document2:
- code_folding: hide
- ---
-
- # Intro
-
- ```{r , include=FALSE}
- knitr::opts_chunk$set(echo = FALSE)
- ```
-
-
- ## TODO
-
-
-
|