Skip to contents

Read File with Required Hash Match

Usage

read_hashed_file(file_path, hash, ..., algo = "blake3")

Arguments

file_path

path to file with data you want to read

hash

hash you expect the file to have

...

additional arguments for digest or read_csv, parquet, sas

algo

hashing algorithm to use, default is "blake3"

Value

data object of contents of file_path

Examples