flatten_geoms: Flatten a list of rsgeo vectors

View source: R/utils.R

flatten_geomsR Documentation

Flatten a list of rsgeo vectors

Description

Flatten a list of rsgeo vectors

Usage

flatten_geoms(x)

Arguments

x

list object where each element is an object of class rsgeo

Value

Returns an object of class rsgeo

Examples

pnts <- replicate(
  10,
  geom_point(runif(1), runif(1)),
  simplify = FALSE
)

flatten_geoms(pnts)


rsgeo documentation built on Sept. 9, 2023, 1:07 a.m.