Skip to contents

Reads data from xpt file and prints hash of contents.

Usage

read_xpt_with_hash(xpt_file_path, ...)

Arguments

xpt_file_path

an xpt file to ingest

...

additional arguments to digest or read_xpt

Value

a dataframe(?) of data within file

Examples

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