Skip to contents

Get the database of built files and their hashes

Usage

get_built_db(db = "site/built/md5sum.txt", filter = "*R?md")

Arguments

db

the path to the database.

filter

regex describing files to include.

Value

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