ls_fude {fude}R Documentation

Itemize the structure of Fude Polygon data

Description

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 data.frame.

See Also

read_fude().

Examples

path <- system.file("extdata", "castle.zip", package = "fude")
d <- read_fude(path, stringsAsFactors = FALSE, quiet = TRUE)
ls_fude(d)


[Package fude version 0.3.5 Index]