From 01f4619dbaefee9e2523b7f537f6c1747106011d Mon Sep 17 00:00:00 2001
From: Carine Rey <carine.rey@ens-lyon.fr>
Date: Mon, 5 Sep 2022 18:37:05 +0200
Subject: [PATCH] add index file

---
 index.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 index.md

diff --git a/index.md b/index.md
new file mode 100644
index 0000000..cc9dc74
--- /dev/null
+++ b/index.md
@@ -0,0 +1,15 @@
+---
+title: #  R for beginners
+---
+
+# R for beginners
+
+1.[Introduction to R and RStudio](./session_1.html)
+2.[introduction to Tidyverse](./session_2.html)
+3.[Transformations with ggplot2](./session_3.html)
+4.[data transformation](./session_4.html)
+5.[Pipping and grouping](./session_5.html)
+6.[tidydata](./session_6.html)
+7.[String & RegExp](./session_7.html)
+8.[Factors](./session_8.html)
+
-- 
GitLab