Learn R Programming

collinear (version 1.1.1)

drop_geometry_column: Removes geometry column in sf data frames

Description

Replicates the functionality of \link[sf]{st_drop_geometry} without depending on the sf package.

Usage

drop_geometry_column(df)

Value

The input data frame without a geometry column

Arguments

df

(required; data frame or matrix) Input data frame. Default: NULL

Author

Blas M. Benito