Skip to contents

Write an HTML report about a table

Usage

write_table_report(
  ref,
  conn = db,
  filepath = paste0(ref$table_schema, "__", ref$table_name, ".html")
)

Arguments

ref

A reference to a table

conn

A database connection

filepath

Path to an html file to write the report as. Default is table_schema__table_name.html