set of INSEE](https://www.insee.fr/fr/statistiques/fichier/2540004/dpt2015_txt.zip), answer some of the following questions (you also have to use
set of INSEE](https://www.insee.fr/fr/statistiques/fichier/2540004/dpt2017_txt.zip), answer some of the following questions (you also have to use
**ggplot2**):
- First name frequency evolves along time?
...
...
@@ -13,24 +13,35 @@ set of INSEE](https://www.insee.fr/fr/statistiques/fichier/2540004/dpt2015_txt.z
We have demonstrated the use of the six verbs in [our demonstration of
dplyr](./TD5/TD5.Rmd).
1. Install dplyr and magrittr
1. Using the [given names data set of INSEE](https://www.insee.fr/fr/statistiques/fichier/2540004/dpt2017_txt.zip), answer some of the following questions:
```
install.packages("ggplot2");
install.packages("magrittr");
```
- First name frequency evolves along time?
- What can we say about ``Your name here'' (for each state, all the country)?
- Is there some sort of geographical correlation with the data?
- Which department has a larger variety of names along time?
- _your own question_ (be creative)
You need to use the _tidyverse_ for this analysis. Unzip the file _dpt2016_txt.zip_ (to get the **dpt2017.txt**). Read in R with this code. Note that you might need to install the `readr` package with the appropriate command.