Last observation: Q4 2022 (N = 9)
First observation: Q1 2010 (N = 9)
Last data update: 20 sept. 2026, 21:46
Last compile: 20 sept. 2026, 21:53
`les-inscrits-france-travail-lapproche-en-droits-constates` |>
filter(categorie %in% c("Catégorie A", "Catégorie B", "Catégorie C")) |>
ggplot(aes(x = date, y = value / 1e6, color = categorie)) +
geom_line() +
theme_minimal() + xlab("") + ylab("millions d'inscrits") +
scale_x_date(date_breaks = "1 year", labels = date_format("%Y")) +
theme(legend.position = "bottom", legend.title = element_blank())