Retrieve Metadata for One or More Tables
return_table_attributes.RdReturns catalog (database), schema, and table information for one or more tables visible to the connection by querying `information_schema.tables`.
Value
A local tibble (data frame) with columns: * `table_catalog` — database/catalog name * `table_schema` — schema name * `table_name` — the matching table names