Last observation: 2025 (N = 1)
First observation: 2002 (N = 1)
Last data update: 21 sept. 2026, 16:10
Last compile: 21 sept. 2026, 16:21
`les-salaries-au-forfait-en-jours` |>
ggplot(aes(x = date, y = value / 100)) +
geom_line(color = "#2A5DB0") +
geom_point(color = "#2A5DB0", size = 1) +
theme_minimal() + xlab("") + ylab("") +
scale_x_date(date_breaks = "2 years", labels = date_format("%Y")) +
scale_y_continuous(labels = percent_format(accuracy = 1))