db_count_rows_insert: Function to get row counts and insert into a database table.

View source: R/db_count_rows_insert.R

db_count_rows_insertR Documentation

Function to get row counts and insert into a database table.

Description

Function to get row counts and insert into a database table.

Usage

db_count_rows_insert(
  con,
  table = "row_counts",
  estimate = FALSE,
  print = FALSE,
  verbose = FALSE
)

Arguments

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?

Value

Invisible con.

Author(s)

Stuart K. Grange

See Also

db_count_rows, db_details


skgrange/databaser documentation built on April 21, 2024, 6:30 a.m.