Skip to contents

Reads a file if the supplied hash matches the file's hash

Usage

read_hashed_file(file_path, hash, ...)

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

Value

data object of contents of file_path

Examples