bind_fude()
binds a list of polygon data. It also binds a list of data
combined by combine_fude()
.
Value
A list of sf::sf()
object(s).
Examples
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)
#> $`2021_382019`
#> Simple feature collection with 1 feature and 6 fields
#> Geometry type: POLYGON
#> Dimension: XY
#> Bounding box: xmin: 132.7653 ymin: 33.84506 xmax: 132.7662 ymax: 33.84575
#> Geodetic CRS: WGS 84
#> X_color X_opacity X_weight X_fillColor X_fillOpacity local_government_cd
#> 1 #000000 0.5 3 #ff0000 0.5 382019
#> geometry
#> 1 POLYGON ((132.7653 33.84575...
#>
#> $`2022_382019`
#> Simple feature collection with 1 feature and 6 fields
#> Geometry type: POLYGON
#> Dimension: XY
#> Bounding box: xmin: 132.7653 ymin: 33.84506 xmax: 132.7662 ymax: 33.84575
#> Geodetic CRS: WGS 84
#> X_color X_opacity X_weight X_fillColor X_fillOpacity local_government_cd
#> 1 #000000 0.5 3 #ff0000 0.5 382019
#> geometry
#> 1 POLYGON ((132.7653 33.84575...
#>
#> $`2022_382078`
#> Simple feature collection with 1 feature and 6 fields
#> Geometry type: POLYGON
#> Dimension: XY
#> Bounding box: xmin: 132.541 ymin: 33.50931 xmax: 132.5415 ymax: 33.50966
#> Geodetic CRS: WGS 84
#> X_color X_opacity X_weight X_fillColor X_fillOpacity local_government_cd
#> 1 #000000 0.5 3 #ff0000 0.5 382078
#> geometry
#> 1 POLYGON ((132.541 33.50966,...
#>