Skip to contents

Read Excel File with Hash Verification

Usage

read_excel_with_hash(xlsx_file_path, ..., algo = "blake3")

Arguments

xlsx_file_path

an xlsx/xls file to ingest

...

additional arguments to digest or read_excel

algo

hashing algorithm to use, default is "blake3"

Value

a dataframe(?) of data within file

Examples

if (FALSE) { # \dontrun{
read_excel_with_hash("data/source/example.xpt")
} # }