Skip to contents

Returns metadata about the table_idtax materialized view including last update time, record count, and who updated it.

Usage

get_table_idtax_metadata(con = NULL)

Arguments

con

Database connection. If NULL, calls call.mydb()

Value

Tibble with metadata, or NULL if not available

Examples

if (FALSE) { # \dontrun{
get_table_idtax_metadata()
} # }