getTableStats: Get Table Stats

Description Usage Arguments Examples

View source: R/getTableStats.R

Description

This function returns the number of rows in the input table

Usage

1
getTableStats(conn, table_name, ...)

Arguments

conn

The connection to the database

table_name

The name of the table in the catalogs-schema

...

currently ignored

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
require(DBI)
conn <- dbConnect(DoordaHost(),
                 user='username',
                 password='password',
                 catalog='doordastats_snapshot',
                 schema='doordastats_snapshot')

catalogs = getTableStats(conn)

## End(Not run)

Doorda/doorda-r-sdk documentation built on Feb. 25, 2020, 2:59 p.m.