ls_fude {fude} | R Documentation |
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()
.
ls_fude(data)
data |
List of |
A data.frame.
path <- system.file("extdata", "castle.zip", package = "fude")
d <- read_fude(path, stringsAsFactors = FALSE, quiet = TRUE)
ls_fude(d)