Get all tables in the active schema or search path

get_tables(pantry, schema = "current")

Arguments

schema

If 'current' then return tables for the current schema If 'all' then return tables for all schemas If othwerwise, return tables for the given schema

Value

tibble::data_frame with columns ['schema_name', 'column_name']