Skip to contents

Read XPT File with Hash Verification

Usage

read_xpt_with_hash(xpt_file_path, ..., algo = "blake3")

Arguments

xpt_file_path

an xpt file to ingest

...

additional arguments to digest or read_xpt

algo

hashing algorithm to use, default is "blake3"

Value

a dataframe(?) of data within file

Examples

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