Last data update: 01 août 2026, 21:17
Last compile: 23 sept. 2026, 23:55
datasets %>%
{if (is_html_output()) mutate(., html = paste0("[html](",id, ".html)")) else .} %>%
{if (is_html_output()) print_table(.) else .}| id | label | html |
|---|---|---|
| valeursfoncieres-2015 | Valeurs Foncières (2015) | [html](valeursfoncieres-2015.html) |
| valeursfoncieres-2016 | Valeurs Foncières (2016) | [html](valeursfoncieres-2016.html) |
| valeursfoncieres-2017 | Valeurs Foncières (2017) | [html](valeursfoncieres-2017.html) |
| valeursfoncieres-2018 | Valeurs Foncières (2018) | [html](valeursfoncieres-2018.html) |
| valeursfoncieres-2019 | Valeurs Foncières (2019) | [html](valeursfoncieres-2019.html) |
tibble(variable = names(`valeursfoncieres-2016`)) |>
mutate(number = 1:n()) |>
select(number,variable) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}tibble(variable = names(dvf_2019)) |>
mutate(number = 1:n()) |>
select(number,variable) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}`valeursfoncieres-2016` |>
head(20) |>
select(-c(1:7)) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}