rq_nrow: Count rows and return as numeric

View source: R/db_ops.R

rq_nrowR Documentation

Count rows and return as numeric

Description

Count rows and return as numeric

Usage

rq_nrow(db, table_name, ..., qualifiers = NULL)

Arguments

db

database connection

table_name

character, name of table

...

not used, force later argument to bind by name

qualifiers

optional named ordered vector of strings carrying additional db hierarchy terms, such as schema.

Value

numeric row count

See Also

db_td


rquery documentation built on Aug. 20, 2023, 9:06 a.m.