knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of taxfr is to provide a dataset of French taxes and revenus in a tidy format.
You can install the released version of taxfr from git with:
remotes::install_github("denrou/taxfr")
The dataset can be imported with:
data(tax) tibble::glimpse(tax)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.