Skip to contents

Read Prism PZFX File with Hash Verification

Usage

read_pzfx_with_hash(pzfx_file_path, ..., algo = "blake3")

Arguments

pzfx_file_path

path to pzfx file

...

additional arguments to digest or read_pzfx

algo

hashing algorithm to use, default is "blake3"

Value

data within the table of the pzfx file

Examples

if (FALSE) { # \dontrun{
read_pzfx_with_hash("mydata.pzfx", table = "experiment1")
} # }