View source: R/utils-built-db.R
get_built_db | R Documentation |
Get the database of built files and their hashes
get_built_db(db = "site/built/md5sum.txt", filter = "*R?md")
db |
the path to the database. |
filter |
regex describing files to include. |
a data frame with three columns:
file: the path to the source file
checksum: the hash of the source file to generate the built file
built: the path to the built file
build_status()
, get_hash()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.