-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
708843d
commit f747e29
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
image: https://rgeo.linogaliana.fr/cards/quarto/scroll.png | ||
title: Manipuler des données avec {{< fa brands r-project >}} | ||
image: https://rgeo.linogaliana.fr/cards/wrangling/kidmatrix.png | ||
title: Import des données avec {{< fa brands r-project >}} | ||
description: | | ||
<br> | ||
Un ensemble de fiches présentant comment se lancer | ||
dans un projet d'analyse de données avec {{< fa brands r-project >}} | ||
<br> | ||
website: /slides/introduction.html | ||
order: 6 | ||
order: 3 | ||
--- | ||
|
||
Renvoi vers la partie produire des sorties | ||
Renvoi vers la partie import de données |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
image: https://rgeo.linogaliana.fr/cards/quarto/scroll.png | ||
title: Produire des sorties avec R | ||
description: | | ||
<br> | ||
Présentation du projet <code>utilitR</code> et du fonctionnement | ||
de la documentation. | ||
<br> | ||
categories: | ||
- Introduction | ||
website: /slides/introduction.html | ||
order: 1 | ||
--- | ||
|
||
Renvoi vers l'introduction |