The goal of prenom is to visualize data from the name files from INSEE

Installation

You can install the released version of prenom from CRAN with:

# install.packages("prenom")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("Guillaume-Lombardo/prenom")

Example

This is a basic example which shows you how to solve a common problem:

prenom::run_app()

Code of Conduct

Please note that the prenom project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.