Skip to contents

Returns every table and view in the lake as a tidy data frame – the quick answer to "what is in here?".

Usage

list_ducklake_tables(ducklake_name = NULL)

Arguments

ducklake_name

Optional name of the attached DuckLake catalog. If NULL, the current database is used.

Value

A data frame with one row per object: schema_name, table_name, and type ("table" or "view").

See also

Examples

if (FALSE) { # \dontrun{
list_ducklake_tables()
} # }