convert_to_sf_wkb: Converts from data frame to sf using WKB conversion

View source: R/utils_not_exported.R

convert_to_sf_wkbR Documentation

Converts from data frame to sf using WKB conversion

Description

Converts a table that has been read from DuckDB into an sf object.

Usage

convert_to_sf_wkb(data, crs, x_geom)

Arguments

data

a tibble or data frame

crs

The coordinates reference system

x_geom

name of geometry column

Value

sf


duckspatial documentation built on June 22, 2026, 9:08 a.m.