drop_geometry_column: Removes geometry column in sf data frames
Usage
drop_geometry_column(df = NULL, quiet = FALSE)
Arguments
- df
(required; data frame, tibble, or sf) A data frame with responses and predictors. Default: NULL.
- quiet
(optional; logical) If FALSE, messages generated during the execution of the function are printed to the console Default: FALSE
Author
Blas M. Benito, PhD