drop_geometry_column {collinear} | R Documentation |
Removes geometry column in sf data frames
Description
Replicates the functionality of sf::st_drop_geometry()
without depending on the sf
package.
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 |
Value
data frame
Author(s)
Blas M. Benito, PhD
[Package collinear version 2.0.0 Index]