Learn R Programming

sqlHelpers (version 0.1.2)

fetch_tables: Retrieve the tables in a schema

Description

Retrieve the tables in a schema

Usage

fetch_tables(con, schema)

Value

A data.table.

Arguments

con

A database connection.

schema

A string, the schema to query.

Examples

Run this code
fetch_tables(con = NULL)

Run the code above in your browser using DataLab