db_getTable: gets data from a table in the database

View source: R/dbAccess.R

db_getTableR Documentation

gets data from a table in the database

Description

gets data from a table in the database

Usage

db_getTable(db, tableName = NA, SQLString = NA)

Arguments

db

database access 'handle'

tableName

name of the table

SQLString

allows for more specifics actions, if tableName == NA, then SQLString is used as such, otherwise it will be used in the form of SQLString + tableName

Value

data.frame


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