Skip to contents

Reads data from xlsx/xls file and prints hash of contents.

Usage

read_excel_with_hash(xlsx_file_path, ...)

Arguments

xlsx_file_path

an xlsx/xls file to ingest

...

additional arguments to digest or read_excel

Value

a dataframe(?) of data within file

Examples

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