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 April 12, 2025, 10:42 p.m.