fonctions d'aide
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 | proportionneur(dt = prenom_insee, sexe = "F", annee = NULL, departement = NULL)
selecteur(dt = prenom_insee, sexe = "F", annee = NULL, departement = NULL)
table_mef(
dt = prenom_insee,
sexe = "F",
annee = NULL,
departement = NULL,
variables = c("annee", "dpt")
)
graph_annee(
dt = prenom_insee,
candidat = "GINETTE",
sexe = "F",
departement = NULL
)
graph_departement(
dt = prenom_insee,
relatif = TRUE,
candidat = "GINETTE",
annee = NULL,
sexe = "F",
dpt = NULL,
map = departement_simplifie
)
parseur(texte, sep = ",")
|
dt |
data.frame of prenom. |
sexe |
'F', 'M' or c('F', 'M'). |
annee |
either null or a vector of year. |
departement, dpt |
either null or a vector of departement. |
variables |
a character(0), 'annee', 'dpt', or c('annee', 'dpt'). |
candidat |
a vector of names. |
relatif |
TRUE for relative, FALSE for absolute. |
map |
a sf object of departement. |
texte |
a character string. |
sep |
a separator pattern. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.