Skip to contents

Read SAS File with Hash Verification

Usage

read_sas_with_hash(sas_file_path, ..., algo = "blake3")

Arguments

sas_file_path

path to sas file to ingest

...

additional arguments to digest or read_sas

algo

hashing algorithm to use, default is "blake3"

Value

a dataframe(?) of data within file

Examples

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