-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
38 lines (27 loc) · 810 Bytes
/
Copy pathREADME.Rmd
File metadata and controls
38 lines (27 loc) · 810 Bytes
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# taxfr
The goal of taxfr is to provide a dataset of French taxes and revenus in a tidy format.
## Installation
You can install the released version of taxfr from [git](https://github.com/denrou/taxfr) with:
```{r, eval=FALSE}
remotes::install_github("denrou/taxfr")
```
## Dataset
The dataset can be imported with:
```{r}
data(tax)
tibble::glimpse(tax)
```
## Source
Raw data can be found on the French Government website: https://www.impots.gouv.fr/portail/statistiques under `Base de données` -> `Impôt sur le revenu par commune (IRCOM)`