Last observation: 2024 (N = 27)
First observation: 2017 (N = 29)
Last data update: 20 sept. 2026, 21:51
Last compile: 20 sept. 2026, 21:53
`depenses-emploi-depuis-2017` |>
filter(categorie %in% c("INCITATION À L'EMBAUCHE", "INCITATION À L'ACTIVITÉ")) |>
ggplot(aes(x = date, y = value / 1000, color = categorie)) +
geom_line() + geom_point(size = 0.8) +
theme_minimal() + xlab("") + ylab("milliards d'euros") +
scale_x_date(date_breaks = "1 year", labels = date_format("%Y")) +
theme(legend.position = "bottom", legend.title = element_blank())