Skip to contents

Reads data from sas file and prints hash of contents.

Usage

read_sas_with_hash(sas_file_path, ...)

Arguments

sas_file_path

path to sas file to ingest

...

additional arguments to digest or read_sas

Value

a dataframe(?) of data within file

Examples

if (FALSE) { # \dontrun{
read_sas_with_hash("data/source/example.sas7bdat")
} # }