View source: R/db_count_rows.R
db_count_rows | R Documentation |
The row_count
variable will be a numeric value rather than an integer
to avoid integer overflow issues for large tables.
db_count_rows(con, table = NA, estimate = FALSE, verbose = FALSE)
con |
Database connection. |
table |
Table name in |
estimate |
Only for PostgreSQL, should the table count estimate be used? |
verbose |
Should the function give messages? |
Tibble.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.