-
Notifications
You must be signed in to change notification settings - Fork 1
/
links.Rmd
70 lines (41 loc) · 2.19 KB
/
links.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
title: "Liens"
description: |
Liens utiles pour approfondir
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
[Télécharger R et RStudio](#download)
[Aide-mémoires](#cheatsheets)
[Tutoriels](#tutorials)
[Livres](#books)
[Répertoires GitHub des tutoriels](#git)
[Autres](#other)
<br>
# Télécharger R et RStudio {#download}
- [The Comprehensive R Archive Network](https://cran.r-project.org/)
- [RStudio](https://www.rstudio.com/products/rstudio/)
<br>
# Aide-mémoires {#cheatsheets}
- RStudio ([anglais](https://raw.githubusercontent.com/rstudio/cheatsheets/main/rstudio-ide.pdf) / [français](https://thinkr.fr/pdf/rstudio-french-cheatsheet.pdf))
- R basique ([anglais](https://raw.githubusercontent.com/rstudio/cheatsheets/main/base-r.pdf))
- dplyr ([anglais](https://raw.githubusercontent.com/rstudio/cheatsheets/main/data-transformation.pdf) / [francais](https://thinkr.fr/pdf/dplyr-french-cheatsheet.pdf))
- tidyr ([anglais](https://raw.githubusercontent.com/rstudio/cheatsheets/main/tidyr.pdf) / [francais](https://thinkr.fr/pdf/dplyr-french-cheatsheet.pdf))
- data.table ([anglais](https://raw.githubusercontent.com/rstudio/cheatsheets/main/datatable.pdf)
- ggplot2 ([anglais](https://raw.githubusercontent.com/rstudio/cheatsheets/main/datavizualisation.pdf) / [francais](https://thinkr.fr/pdf/ggplot2-french-cheatsheet.pdf))
<br>
# Tutoriels {#tutorials}
- [A ggplot2 tutorial for beautiful plotting in R](https://www.cedricscherer.com/2019/08/05/a-ggplot2-tutorial-for-beautiful-plotting-in-r/)
<br>
# Livres {#books}
- [R for Data Science](https://cran.r-project.org/) (anglais)
- [Introduction à R et au tidyverse](https://juba.github.io/tidyverse/index.html) (français)
- [ggplot2 : elegant graphics for data analysis](https://ggplot2-book.org/) (anglais)
<br>
# Répertoires GitHub des tutoriels {#git}
- [Premiers pas avec R](https://github.com/codons-blog/C-01-PremiersPas)
- [Manipulation de données](https://github.com/codons-blog/C-02-ManipulationDonnees)
<br>
# Autres {#other}
- [#TidyTuesday challenge](https://github.com/rfordatascience/tidytuesday)