Skip to contents

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().

Usage

ls_fude(data)

Arguments

data

List of sf::sf() objects.

Value

A list.

See also

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"
#>