update_pdf_file_digests: Update digests for PDF files

update_pdf_file_digestsR Documentation

Update digests for PDF files

Description

Update digests for all PDF files under the content path.

Usage

update_pdf_file_digests(
  files,
  root_dir,
  static_path = "static",
  content_path = "content",
  partial = FALSE
)

Arguments

files

Files to update.

root_dir

The root directory for the project (Should be the root for a HUGO project).

static_path

Where to look for static files (in the HUGO sense of static).

content_path

Where to look for content (e.g., .Rmd and .md files).

partial

Only update digests for new files without previous digests..

Details

If the root_dir is NULL, the function tries to find the root directory using a few common heuristics.

Value

A data frame with the digests.


jonathan-g/semestr documentation built on Jan. 23, 2025, 3:10 p.m.