sf (version 0.2-8)

bind: Bind rows (features) of sf objects

Description

Bind rows (features) of sf objects

Bind columns (variables) of sf objects

Usage

rbind.sf(..., deparse.level = 1)
cbind.sf(..., 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.