| td_manifest | R Documentation |
Describe a built snapshot
td_manifest(
version = format(Sys.Date(), "%Y"),
dir = build_dir(),
validate = TRUE,
db = td_connect()
)
version |
the snapshot version to describe |
dir |
the build output directory, see |
validate |
should each table be checked with |
db |
a duckdb connection |
Run after td_build(). The row counts and checksums are read
back off the written files rather than carried over from the build, so
the manifest describes what was actually published.
a data.frame with one row per published table, giving its provider, schema, row count, columns, file sizes and checksum, and the upstream release it was derived from.
## Not run:
td_manifest("2026")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.