db_nrow: find the number of rows in a table of an (open) database

View source: R/dbAccess.R

db_nrowR Documentation

find the number of rows in a table of an (open) database

Description

find the number of rows in a table of an (open) database

Usage

db_nrow(db, tableName)

Arguments

db

database access 'handle'

tableName

name of the table

Value

number of rows in the table


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