read_sas_with_hash.Rd
Reads data from sas file and prints hash of contents.
read_sas_with_hash(sas_file_path, ...)
path to sas file to ingest
additional arguments to digest or read_sas
a dataframe(?) of data within file
if (FALSE) { # \dontrun{ read_sas_with_hash("data/source/example.sas7bdat") } # }