get_geom_name: Get column names in a DuckDB database

View source: R/utils_not_exported.R

get_geom_nameR Documentation

Get column names in a DuckDB database

Description

Get column names in a DuckDB database

Usage

get_geom_name(conn, x, rest = FALSE, collapse = FALSE, table_id = NULL)

Arguments

conn

A DBIConnection object to a DuckDB database

x

name of the table

rest

whether to return geometry column name, of the rest of the columns

Value

name of the geometry column of a table


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