Learn R Programming

duckspatial (version 0.9.0)

ddbs_list_tables: Check tables and schemas inside a database

Description

Check tables and schemas inside a database

Usage

ddbs_list_tables(conn)

Value

data.frame

Arguments

conn

A connection object to a DuckDB database

Examples

Run this code
if (FALSE) { # interactive()
## TODO
2+2
}

Run the code above in your browser using DataLab