Check if a DuckLake table exists
Examples
if (FALSE) { # \dontrun{
db_lake_connect()
db_table_exists(table = "imports")
# [1] TRUE
} # }
Check if a DuckLake table exists
if (FALSE) { # \dontrun{
db_lake_connect()
db_table_exists(table = "imports")
# [1] TRUE
} # }