fetch_tables: Retrieve the tables in a schema

View source: R/sql_helpers.R

fetch_tablesR Documentation

Retrieve the tables in a schema

Description

Retrieve the tables in a schema

Usage

fetch_tables(con, schema)

Arguments

con

A database connection.

schema

A string, the schema to query.

Value

A data.table.

Examples

fetch_tables(con = NULL)

sqlHelpers documentation built on Oct. 15, 2023, 1:07 a.m.