TCRED - Effectifs de la fonction publique hospitalière - TCRED-TRAVAIL-EMPLOI-EFF-FPH

Données - INSEE

Info

Last observation: Annuelle: 2023 (N = 348)

First observation: Annuelle: 2011 (N = 351)

Number of observations: 4 563

Last data update: 14 aoû 2026, 23:24. Last compile: 15 aoû 2026, 05:13

Structure

LAST_DOWNLOAD

LAST_DOWNLOAD
2026-08-14

LAST_COMPILE

LAST_COMPILE
2026-08-15

Champ

Sectoriel par département (2011)

Paris, Seine-Saint-Denis, Hauts-de-Seine

Code
`TCRED-TRAVAIL-EMPLOI-EFF-FPH` |>
  filter(`TYPE-ETAB` == "EFPH",
         REF_AREA %in% c("D92", "D93", "D94")) |>
  year_to_date() |>
  ggplot() + geom_line(aes(x = date, y = OBS_VALUE, color = REF_AREA, linetype = REF_AREA)) +
  xlab("") + ylab("") +  theme_minimal() +
  scale_x_date(breaks = seq(1960, 2100, 1) |> paste0("-01-01") |> as.Date(),
               labels = date_format("%Y")) +
  scale_y_continuous(breaks = 0.01*seq(0, 120, 1),
                labels = percent_format(accuracy = 1)) +
  scale_color_manual(values = viridis(5)[1:4]) +
  theme(legend.position = c(0.8, 0.9),
        legend.title = element_blank())