bind_fude {fude} | R Documentation |
bind_fude()
binds a list of polygon data. It also binds a list of data
combined by combine_fude()
.
bind_fude(...)
... |
Database lists to be combined. They should all have the same named elements. |
A list of sf::sf()
object(s).
path <- system.file("extdata", "castle.zip", package = "fude")
d1 <- read_fude(path, stringsAsFactors = FALSE, quiet = TRUE)
d2 <- read_fude(path, stringsAsFactors = FALSE, quiet = TRUE)
bind_fude(d1, d2)