db_table_names: Function to get the names of database table and produce a...

View source: R/db_table_names.R

db_table_namesR Documentation

Function to get the names of database table and produce a data frame with zero rows.

Description

db_table_names is useful when preparing a data frame for a SQL insert.

Usage

db_table_names(con, table, as_tibble = FALSE)

Arguments

con

Database connection.

table

Database table.

as_tibble

Should the return be a tibble?

Value

Data frame with zero rows.

Author(s)

Stuart K. Grange


skgrange/databaser documentation built on April 21, 2024, 6:30 a.m.