bind: Bind rows (features) of sf objects
Description
Bind rows (features) of sf objects Bind columns (variables) of sf objectsUsage
# S3 method for sf
rbind(..., deparse.level = 1)# S3 method for sf
cbind(..., 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.