sf (version 0.3-4)

bind: Bind rows (features) of sf objects

Description

Bind rows (features) of sf objects Bind columns (variables) of sf objects

Usage

# S3 method for sf
rbind(..., deparse.level = 1)

# S3 method for sf cbind(..., deparse.level = 1)

Arguments

...
objects to bind
deparse.level
integer; see rbind

Value

if cbind is called with multiple sf objects, it warns and removes all but the first geometry column from the input objects.