Description Usage Arguments Details Value See Also
get_current_digests returns a data frame with a row for every file
and columns for stored and current digests of source and output files.
1 |
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:
fileThe source file name.
destThe output file name.
algThe digest algorithm.
digestThe stored digest for the source file.
dest_digestThe stored digest for the output file.
cur_digestThe digest for the current source file.
cur_dest_digestThe digest for the current output file.
Digests for missing files are set to NA.
filter_needs_rebuild,
files_to_rebuild
digest_if_exists, digests.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.