Removes the geometry column from a duckspatial_df object, returning a
lazy tibble without spatial information.
Examples
if (FALSE) { # \dontrun{
## load package
library(duckspatial)
## read data
countries_ddbs <- ddbs_open_dataset(
system.file("spatial/countries.geojson",
package = "duckspatial")
)
## drop geometry column
countries_tbl <- ddbs_drop_geometry(countries_ddbs)
} # }
