helper_functions: fonctions d'aide

Description Usage Arguments

Description

fonctions d'aide

Usage

 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 = ",")

Arguments

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.


Guillaume-Lombardo/prenom documentation built on May 27, 2020, 4:04 p.m.