db_tbl_def: gathers info on all tables in the database

View source: R/dbAccess.R

db_tbl_defR Documentation

gathers info on all tables in the database

Description

gathers info on all tables in the database

Usage

db_tbl_def(db)

Arguments

db

database access 'handle'

Value

a data.frame with the following columns: name, nrows, info every entry in the column info contains a data.frame with the names of the columns in the table and their type (see also db_columnInfo)


BenBruyneel/BBPersonalR documentation built on Aug. 23, 2024, 8:28 p.m.