get_current_pdf_digests | R Documentation |
get_current_pdf_digests
returns a data frame with a row for every file
and columns for stored and current digests of source and output files.
get_current_pdf_digests(
files,
root_dir = NULL,
static_path = "static",
content_path = "content"
)
files |
A character vector of paths to source files (e.g., |
This function accepts a vector of source files and returns a data frame with a row for each file and columns for the stored digests and the digests of current source and output files.
A a data frame with a row for every file and columns:
file
The source file name.
dest
The output file name.
alg
The digest algorithm.
digest
The stored digest for the source file.
dest_digest
The stored digest for the output file.
cur_digest
The digest for the current source file.
cur_dest_digest
The digest for the current output file.
Digests for missing files are set to NA
.
pdfs_to_rebuild()
,
pdf_digest_if_exists()
, blogdownDigest::digests.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.