View source: R/db_count_rows_insert.R
db_count_rows_insert | R Documentation |
Function to get row counts and insert into a database table.
db_count_rows_insert(
con,
table = "row_counts",
estimate = FALSE,
print = FALSE,
verbose = FALSE
)
con |
Database connection. |
table |
Database table name for row count data. |
estimate |
Should the row counts be estimated rather than counted? Only works for PostgreSQL databases. |
print |
Should the current row counts be printed after the database queries? |
verbose |
Should the function give messages? |
Invisible con
.
Stuart K. Grange
db_count_rows
, db_details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.