Returns column names, DuckDB types, and R type information (from the column type registry) for a given table.
Arguments
- conn
A DBI connection object from
db_init().- table
Character. Table name.
Returns column names, DuckDB types, and R type information (from the column type registry) for a given table.
A DBI connection object from db_init().
Character. Table name.