db_table_info: Function to get SQLite table information ('PRAGMA...

View source: R/db_table_info.R

db_table_infoR Documentation

Function to get SQLite table information (PRAGMA table_info).

Description

Function to get SQLite table information (PRAGMA table_info).

Usage

db_table_info(con, table = NA)

Arguments

con

Database connection.

table

Table name.

Value

Data frame.

Author(s)

Stuart K. Grange


skgrange/databaser documentation built on Sept. 13, 2024, 3:53 a.m.