db_columnInfo: get the classes of the different columns in a database table

View source: R/dbAccess.R

db_columnInfoR Documentation

get the classes of the different columns in a database table

Description

get the classes of the different columns in a database table

Usage

db_columnInfo(db, tableName)

Arguments

db

database access 'handle'

tableName

name of the table

Value

a data.frame with columns name & type (= class)


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