Intitulepop.Rd
Fonction auxiliaire associant un intitulé en clair à un nom de variable de population
Intitulepop(nom)
nom | un nom de variable de population (dans la table PopDepartementales) |
---|
un intitulé en clair
Intitulepop("pop.20.59")#> [1] " de 20 à 59 ans"Intitulepop("pop.60.99")#> [1] " de 60 ans et plus"Intitulepop("popTOT")#> [1] ""Intitulepop("popASE")#> [1] " de moins de 20 ans"