Learn R Programming

duckspatial (version 0.9.0)

get_geom_name: 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)

Value

name of the geometry column of a table

Arguments

conn

A connection object to a DuckDB database

x

name of the table

rest

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