View source: R/drop_geometry_column.R
drop_geometry_column | R Documentation |
Replicates the functionality of sf::st_drop_geometry()
without depending on the sf
package.
drop_geometry_column(df = NULL, quiet = FALSE)
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 |
data frame
Blas M. Benito, PhD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.