get_geom_name {duckspatial}R Documentation

Get column names in a DuckDB database

Description

Get column names in a DuckDB database

Usage

get_geom_name(conn, x, rest = FALSE)

Arguments

conn

A DuckDB connection

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


[Package duckspatial version 0.2.0 Index]