requires_processing: Check If A Table Requires Processing

View source: R/log.R

requires_processingR Documentation

Check If A Table Requires Processing

Description

Check If A Table Requires Processing

Log Processing of a Table

Usage

requires_processing(
  conn,
  conn_fun = "pg13::local_connect()",
  checks = "",
  target_schema = "rxrel",
  target_table,
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE
)

log_processing(
  conn,
  conn_fun = "pg13::local_connect()",
  checks = "",
  target_schema = "rxrel",
  target_table,
  verbose = TRUE,
  render_sql = TRUE,
  render_only = FALSE
)

meerapatelmd/setupRxNorm documentation built on Sept. 15, 2022, 9:25 a.m.