ls_fude()
lists the year and the local government names (or codes) in
order to understand what is included in the list returned by read_fude()
.
Arguments
- data
List of
sf::sf()
objects.
Examples
path <- system.file("extdata", "castle.zip", package = "fude")
d <- read_fude(path, quiet = TRUE)
ls_fude(d)
#> $`2021`
#> [1] "382019"
#>
#> $`2022`
#> [1] "382019" "382078"
#>