Description Usage Arguments Examples
View source: R/getTableStats.R
This function returns the number of rows in the input table
1 | getTableStats(conn, table_name, ...)
|
conn |
The connection to the database |
table_name |
The name of the table in the catalogs-schema |
... |
currently ignored |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.