fetch_columns: Retrieve the columns/types in a table.

View source: R/sql_helpers.R

fetch_columnsR Documentation

Retrieve the columns/types in a table.

Description

Retrieve the columns/types in a table.

Usage

fetch_columns(con, schema, table)

Arguments

con

A database connection.

schema

A string, the schema to query.

table

A string, the table to query.

Value

A data.table.

Examples

fetch_columns(con = NULL)

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