Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Récupérer et utiliser les données de l'Insee avec R / Get and use Insee's data with R

<img src="https://github.com/inseeFrLab/doremifasol/raw/master/inst/sticker/hex_logo_v2.png" width="150" height="150" align="right"/>
<img src="https://github.com/inseeFrLab/doremifasol/raw/master/inst/sticker/hex_logo_v2.png" width="150" height="150" align="right" alt="DoReMIFaSol logo" />

<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
Expand Down
8 changes: 8 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
template:
bootstrap: 5
url: https://InseeFrLab.github.io/DoReMIFaSol/

navbar:
structure:
left:
Expand All @@ -10,16 +14,20 @@ navbar:
home:
icon: fas fa-home fa-lg
href: index.html
aria-label: Accueil
articles:
text: Données disponibles
href: articles/donnees_dispo.html
aria-label: Données disponibles
reference:
text: Fonctions
href: reference/index.html
aria-label: Fonctions
github:
text: Contribuer
icon: fab fa-github fa-lg
href: https://github.com/InseeFrLab/DoReMIFaSol/
aria-label: Contribuer

home:
title: Télecharger des données sur insee.fr avec R
Expand Down