bind: Bind rows (features) of sf objects
Description
Bind rows (features) of sf objectsBind columns (variables) of sf objects
Usage
rbind.sf(..., deparse.level = 1)
cbind.sf(..., deparse.level = 1)
Value
if cbind
is called with multiple sf
objects, it warns and removes all but the first geometry column from the input objects.