R/duckdb.R
get_duckdb_tables.Rd
Retrieves schema information for all tables in a DuckDB database.
get_duckdb_tables(con)
DuckDB connection
Data frame with table names, column info, and row counts
if (FALSE) { # \dontrun{ tables <- get_duckdb_tables(con) tables } # }