Learn R Programming

syncdr (version 0.1.1)

hash_files_in_dir: Hash files in a directory based on content

Description

This function calculates hashes for files in a specified directory based on their content.

Usage

hash_files_in_dir(dir_path)

Value

A data frame containing file paths and their corresponding SHA-256 hashes.

Arguments

dir_path

A character string of the path to the directory containing files for which hashes will be calculated