update_rmd_digests: Generates and stores digests for all source and output files.

Description Usage Arguments Details Value See Also

View source: R/digest.R

Description

update_rmd_digests calculates hashed digests for a list of source files and their corresponding output files and stores them in a file.

Usage

1

Arguments

files

A character vector of paths to the source files.

partial

Logical. If TRUE, keep rows from digest file for source files that aren't in files. Otherwise, get rid of the old file and only keep digests for source files in files.

Details

Generates new hashed digests for both source and destination (output) files and save the digests to a file "digests.Rds" in the root directory of the site.

Value

The path to the digest file.

See Also

update_site_digests(), digests.


jonathan-g/blogdownDigest documentation built on Jan. 23, 2021, 10:52 p.m.