read_excel_with_hash.Rd
Reads data from xlsx/xls file and prints hash of contents.
read_excel_with_hash(xlsx_file_path, ...)
an xlsx/xls file to ingest
additional arguments to digest or read_excel
a dataframe(?) of data within file
if (FALSE) { # \dontrun{ read_excel_with_hash("data/source/example.xpt") } # }