powered by
Flatten a list of rsgeo vectors
flatten_geoms(x)
Returns an object of class rsgeo
rsgeo
list object where each element is an object of class rsgeo
pnts <- replicate( 10, geom_point(runif(1), runif(1)), simplify = FALSE ) flatten_geoms(pnts)
Run the code above in your browser using DataLab