Last observation: 2019 (N = 1)
First observation: 1949 (N = 1)
Last data update: 20 sept. 2026, 21:13
Last compile: 20 sept. 2026, 21:20
`la-syndicalisation` |>
ggplot(aes(x = date, y = value)) +
geom_line(color = "#2A5DB0") +
geom_point(color = "#2A5DB0", size = 1) +
theme_minimal() + xlab("") + ylab("") +
scale_x_date(date_breaks = "5 years", labels = date_format("%Y")) +
scale_y_continuous(labels = percent_format(accuracy = 1))