R/utils-built-db.R
get_built_db.Rd
Get the database of built files and their hashes
get_built_db(db = "site/built/md5sum.txt", filter = "*R?md")
the path to the database.
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()
build_status()
get_hash()