## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")

## ----workflow, eval=FALSE-----------------------------------------------------
# out_dir <- file.path(tempdir(), "dcc-run")
# run <- dcc_run(data_path, plan = plan_path, output_dir = out_dir,
#                mode = "execute")
# model <- dcc_report_model(run$result, run)
# dcc_report_statistical(model, file.path(out_dir, "statistical"),
#                        table_format = "parquet")

