pdfs_to_rebuild | R Documentation |
pdfs_to_rebuild
returns a vector of files that need to be rebuilt.
pdfs_to_rebuild(
files,
root_dir,
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 vector of files that need to be rebuilt because the source file is new or has changed since the last time the site was built.
A character vector of files that need to be rebuilt.
get_current_pdf_digests()
,
blogdownDigest::digests.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.